]> git.sur5r.net Git - openldap/commitdiff
Add 'extern' to externals.
authorKurt Zeilenga <kurt@openldap.org>
Mon, 15 Mar 1999 01:06:02 +0000 (01:06 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 15 Mar 1999 01:06:02 +0000 (01:06 +0000)
include/ac/alloca.h
include/ac/setproctitle.h

index 69e823d84189bf848ad8cff1e6ae468af09bfd3f..e8bb452fe2b0bc64d2f783738a981d1843357102 100644 (file)
@@ -23,7 +23,7 @@
 #pragma alloca
 #  else
 #   ifndef alloca /* predefined by HP cc +Olibcalls */
-char *alloca ();
+extern char *alloca ();
 #   endif
 #  endif
 # endif
index 2866d211f561bc2c20d371c2b03d860ce7f204d1..f97074e7c2a44ecf4515bb27b922dc8a13e52a19 100644 (file)
@@ -18,7 +18,7 @@
 #      include <libutil.h>
 #else
        /* use lutil version */
-       void setproctitle LDAP_P((const char *fmt, ...));
+       extern void setproctitle LDAP_P((const char *fmt, ...));
        extern int Argc;
        extern char **Argv;
 #endif