summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-04-26 13:32:43 +0200
committerStefan Metzmacher <metze@samba.org>2019-05-28 07:16:25 +0000
commitd98a971247450d494c581c5454e6c270ad1b6880 (patch)
tree583be790fa522d77151fec82d634531cc5673db0 /lib
parentbb0ffbf38cb1955c9e400003add680eabcf706a6 (diff)
downloadsamba-d98a971247450d494c581c5454e6c270ad1b6880.tar.gz
lib/util: remove unused prototypes in debug.h
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13915 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/util/debug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/util/debug.h b/lib/util/debug.h
index bd85067dd4b..5c56d4fd675 100644
--- a/lib/util/debug.h
+++ b/lib/util/debug.h
@@ -45,7 +45,6 @@
bool dbgtext_va(const char *, va_list ap) PRINTF_ATTRIBUTE(1,0);
bool dbgtext( const char *, ... ) PRINTF_ATTRIBUTE(1,2);
bool dbghdrclass( int level, int cls, const char *location, const char *func);
-bool dbghdr( int level, const char *location, const char *func);
/*
* Define all new debug classes here. A class is represented by an entry in
@@ -318,7 +317,6 @@ void force_check_log_size( void );
bool need_to_check_log_size( void );
void check_log_size( void );
void dbgflush( void );
-bool dbghdrclass(int level, int cls, const char *location, const char *func);
bool debug_get_output_is_stderr(void);
bool debug_get_output_is_stdout(void);
void debug_schedule_reopen_logs(void);