ctdb-include: Group function prototypes from server/ctdb_logging_syslog.c
authorAmitay Isaacs <amitay@gmail.com>
Fri, 23 Oct 2015 04:15:28 +0000 (15:15 +1100)
committerMartin Schwenke <martins@samba.org>
Fri, 30 Oct 2015 01:00:28 +0000 (02:00 +0100)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/include/ctdb_logging.h
ctdb/include/ctdb_private.h

index e383f163d728567c8c7c1c4fdee6d4e14d09e793..a8bc4d0ef805080de0609084310206f7b42f7ace 100644 (file)
@@ -43,6 +43,4 @@ const char *get_debug_by_level(int32_t level);
 bool parse_debug(const char *str, int32_t *level);
 void print_debug_levels(FILE *stream);
 
-void ctdb_log_init_syslog(void);
-
 #endif /* _CTDB_LOGGING_H_ */
index 717316aeaa7d9f05732d258aa86d5238aa5e97dc..75383dbf6544258f511415c96623c8cda2c4625d 100644 (file)
@@ -1430,4 +1430,8 @@ int ctdb_init_tevent_logging(struct ctdb_context *ctdb);
 
 void ctdb_log_init_file(void);
 
+/* from ctdb_logging_syslog.c */
+
+void ctdb_log_init_syslog(void);
+
 #endif