gdb.base/break-on-linker-gcd-function.exp: Remove unused variable
[binutils-gdb.git] / gdbsupport / common-debug.h
index afb427e18005088efd1d7093407df891f2d87e11..f9ddccab06331e3c97c5ceafa566a1f28f518757 100644 (file)
@@ -41,6 +41,12 @@ extern void debug_vprintf (const char *format, va_list ap)
 /* Print a debug statement prefixed with the module and function name, and
    with a newline at the end.  */
 
+extern void ATTRIBUTE_PRINTF (3, 4) debug_prefixed_printf
+  (const char *module, const char *func, const char *format, ...);
+
+/* Print a debug statement prefixed with the module and function name, and
+   with a newline at the end.  */
+
 extern void ATTRIBUTE_PRINTF (3, 0) debug_prefixed_vprintf
   (const char *module, const char *func, const char *format, va_list args);