summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/util/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/lib/util/debug.h')
-rw-r--r--ctdb/lib/util/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/lib/util/debug.h b/ctdb/lib/util/debug.h
index 510034ef9a..ce454bc668 100644
--- a/ctdb/lib/util/debug.h
+++ b/ctdb/lib/util/debug.h
@@ -17,4 +17,5 @@
along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
+void do_debug_v(const char *format, va_list ap);
void do_debug(const char *format, ...) PRINTF_ATTRIBUTE(1, 2);