From 300518c0a10b4f5030e23380da07c906a3ee80dc Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 23 Mar 2002 17:24:55 +0000 Subject: 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. --- include/hesiod.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'include/hesiod.h') 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 __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_ */ -- cgit v1.1