mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
ctdb-include: Group function prototypes from server/ctdb_logging_syslog.c
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
930a620d80
commit
ae35699615
@ -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_ */
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user