summaryrefslogtreecommitdiffstats
path: root/include/hesiod.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-03-23 17:24:55 +0000
committerimp <imp@FreeBSD.org>2002-03-23 17:24:55 +0000
commit300518c0a10b4f5030e23380da07c906a3ee80dc (patch)
treeb4ea687a7ecac173665d9f3a8a858a98631f494e /include/hesiod.h
parenta931cab8794b686ee088069d9a62bcfec63c5b1b (diff)
downloadFreeBSD-src-300518c0a10b4f5030e23380da07c906a3ee80dc.zip
FreeBSD-src-300518c0a10b4f5030e23380da07c906a3ee80dc.tar.gz
Breath deep and take __P out of the system include files.
# This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure.
Diffstat (limited to 'include/hesiod.h')
-rw-r--r--include/hesiod.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/include/hesiod.h b/include/hesiod.h
index e2a608f..4b5d42f 100644
--- a/include/hesiod.h
+++ b/include/hesiod.h
@@ -81,18 +81,18 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-int hesiod_init __P((void **));
-char **hesiod_resolve __P((void *, const char *, const char *));
-void hesiod_free_list __P((void *, char **));
-char *hesiod_to_bind __P((void *, const char *, const char *));
-void hesiod_end __P((void *));
+int hesiod_init(void **);
+char **hesiod_resolve(void *, const char *, const char *);
+void hesiod_free_list(void *, char **);
+char *hesiod_to_bind(void *, const char *, const char *);
+void hesiod_end(void *);
/* backwards compatibility */
-int hes_init __P((void));
-char *hes_to_bind __P((const char *, const char *));
-char **hes_resolve __P((const char *, const char *));
-int hes_error __P((void));
-void hes_free __P((char **));
+int hes_init(void);
+char *hes_to_bind(const char *, const char *);
+char **hes_resolve(const char *, const char *);
+int hes_error(void);
+void hes_free(char **);
__END_DECLS
#endif /* ! _HESIOD_H_ */
OpenPOWER on IntegriCloud