example libctdb.a and test program libctdb/tst.c
[sahlberg/ctdb.git] / lib / util / debug.h
index 11ecb19786f9907d0644bce7bb3cee28dd5ee760..bc884ae12e99b5d851be24747313560b9bfff0e9 100644 (file)
@@ -19,7 +19,6 @@
 
 void (*do_debug_v)(const char *, va_list ap);
 void (*do_debug_add_v)(const char *, va_list ap);
-void log_ringbuffer(const char *format, ...);
 void do_debug(const char *format, ...) PRINTF_ATTRIBUTE(1, 2);
 void do_debug_add(const char *format, ...) PRINTF_ATTRIBUTE(1, 2);
 void dump_data(int level, const uint8_t *buf1, size_t len);