17 lines
491 B
Plaintext
17 lines
491 B
Plaintext
|
$OpenBSD: patch-XmysqlDB_c,v 1.1 2012/01/18 20:01:11 naddy Exp $
|
||
|
--- XmysqlDB.c.orig Fri Jan 13 17:26:11 2012
|
||
|
+++ XmysqlDB.c Fri Jan 13 17:31:29 2012
|
||
|
@@ -1,10 +1,8 @@
|
||
|
+#include "my_global.h"
|
||
|
+#include "m_string.h"
|
||
|
#include "XmysqlDB.h"
|
||
|
#include "XmysqlErr.h"
|
||
|
#include "Xmysql_def.h"
|
||
|
-
|
||
|
-/* prototypes */
|
||
|
-char *strmov (char *dst, const char *src);
|
||
|
-char *strfill (char *s, uint len, int fill);
|
||
|
|
||
|
/* this macro is used to make sure all returns clean up resources */
|
||
|
#define RETURN(res) \
|