From: Antonio Alvarez Feijoo Date: Mon, 12 May 2025 13:26:32 +0000 (+0200) Subject: log: fix declaration of log_dispatch_internal() X-Git-Tag: v258-rc1~642 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0425fc5eb72d8a66e3c2634f0d61e50ef2c53e41;p=thirdparty%2Fsystemd.git log: fix declaration of log_dispatch_internal() --- diff --git a/src/basic/log.h b/src/basic/log.h index b0e8ef29892..8703a363c0c 100644 --- a/src/basic/log.h +++ b/src/basic/log.h @@ -97,8 +97,8 @@ int log_dispatch_internal( const char *func, const char *object_field, const char *object, - const char *extra, const char *extra_field, + const char *extra, char *buffer); int log_internal(