]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1471. [bug] libbind: updated to BIND 8.4.0.
authorMark Andrews <marka@isc.org>
Tue, 3 Jun 2003 06:40:22 +0000 (06:40 +0000)
committerMark Andrews <marka@isc.org>
Tue, 3 Jun 2003 06:40:22 +0000 (06:40 +0000)
lib/bind/port_after.h.in

index 547fb7eac9982dd5fd918a2971b5dd125b014e56..9095982ec8f601720924e5be0240bde6e077fa85 100644 (file)
@@ -369,12 +369,20 @@ int getnetgrent(char **machinep, char **userp, char **domainp);
 
 int getnetgrent_r(char **machinep, char **userp, char **domainp, NGR_R_ARGS);
 
+#ifdef SETNETGRENT_ARGS
+void setnetgrent(SETNETGRENT_ARGS);
+#else
 void setnetgrent(const char *netgroup);
+#endif
 
 void endnetgrent(void);
 
+#ifdef INNETGR_ARGS
+int innetgr(INNETGR_ARGS);
+#else
 int innetgr(const char *netgroup, const char *machine,
            const char *user, const char *domain);
+#endif
 
 #ifdef NGR_R_ENT_ARGS
 NGR_R_SET_RETURN