1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/databases/msql3/files/patch-ba
Andrey A. Chernov 575744ef5b Teach stdarg.h
2003-09-24 12:28:14 +00:00

12 lines
258 B
Plaintext

--- src/common/debug.h.bak Mon Aug 20 05:19:27 2001
+++ src/common/debug.h Thu Sep 11 10:44:11 2003
@@ -31,7 +31,7 @@
#define TRACE_OUT 2
void _msqlDebug();
-void _msqlTrace();
+void _msqlTrace(int, char *, ...);
void initDebug();
int debugSet();