summaryrefslogtreecommitdiff
blob: 1b0bce850421e1e814030bb2362ee7c3869aa899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- echoping.h
+++ echoping.h	2009-09-15 00:55:43.000000000 +0200
@@ -198,6 +198,7 @@
 #endif
 /* util.c */
 char *random_string ();
+char *to_upper();
 void tvsub ();
 void tvadd ();
 void tvavg ();
--- plugins/ldap/ldap.c
+++ plugins/ldap/ldap.c
@@ -9,6 +9,7 @@
 #include "../../config.h"
 #include "config.h"
 #endif
+#define LDAP_DEPRECATED 1
 #include <ldap.h>
 
 const char     *request = NULL;