summaryrefslogtreecommitdiff
path: root/lib/log.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-05-08 03:06:07 +0200
committerQuentin Young <qlyoung@users.noreply.github.com>2017-05-18 14:07:28 -0400
commitb85120bcb3af24cc35b97cf1fe0a96e54f3cbb6e (patch)
treed2805da49f11ef7e1c38624a0181328353479ad8 /lib/log.h
parent4d2d73c281b64d7e83a46f7e698a6e8b15f43615 (diff)
lib: detangle protocol name/instance from logging
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/log.h')
-rw-r--r--lib/log.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/log.h b/lib/log.h
index f6c94ba604..a45486275c 100644
--- a/lib/log.h
+++ b/lib/log.h
@@ -69,8 +69,6 @@ extern void openzlog (const char *progname, const char *protoname,
/* Close zlog function. */
extern void closezlog (void);
-extern const char *zlog_protoname (void);
-
/* GCC have printf type attribute check. */
#ifdef __GNUC__
#define PRINTF_ATTRIBUTE(a,b) __attribute__ ((__format__ (__printf__, a, b)))