Skip to content
Snippets Groups Projects
Commit 5f3c7a88 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add 'extern' to externals.

parent a8d7ee12
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
#pragma alloca
# else
# ifndef alloca /* predefined by HP cc +Olibcalls */
char *alloca ();
extern char *alloca ();
# endif
# endif
# endif
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment