]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/log.h
lib: parser: split off & rename graph handling
[mirror_frr.git] / lib / log.h
index cc419cc374ac40504d5fae1cc9326d20960cce62..5faf0103e276d30914435dd7598929c56d767453 100644 (file)
--- a/lib/log.h
+++ b/lib/log.h
@@ -24,6 +24,7 @@
 #define _ZEBRA_LOG_H
 
 #include <syslog.h>
+#include <stdint.h>
 #include <stdio.h>
 
 /* Here is some guidance on logging levels to use:
@@ -64,7 +65,7 @@ struct message
 
 /* Open zlog function */
 extern void openzlog (const char *progname, const char *protoname,
-                      u_short instance, int syslog_options, int syslog_facility);
+                      uint16_t instance, int syslog_options, int syslog_facility);
 
 /* Close zlog function. */
 extern void closezlog (void);