1 /* dovend.h */ 2 3 #ifdef __STDC__ 4 #define P(args) args 5 #else 6 #define P(args) () 7 #endif 8 9 extern int dovend_rfc1497 P((struct host *hp, u_char *buf, int len)); 10 extern int insert_ip P((int, struct in_addr_list *, u_char **, int *)); 11 extern void insert_u_long P((u_int32, u_char **)); 12 13 #undef P 14