=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/defs.h,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/rdist/defs.h 2003/11/08 19:17:29 1.15 --- src/usr.bin/rdist/defs.h 2008/01/02 17:44:11 1.16 *************** *** 1,4 **** ! /* $OpenBSD: defs.h,v 1.15 2003/11/08 19:17:29 jmc Exp $ */ #ifndef __DEFS_H__ #define __DEFS_H__ --- 1,4 ---- ! /* $OpenBSD: defs.h,v 1.16 2008/01/02 17:44:11 chl Exp $ */ #ifndef __DEFS_H__ #define __DEFS_H__ *************** *** 387,393 **** char *xbasename(char *); char *searchpath(char *); int mysetlinebuf(FILE *); - int getsocketpair(int, int, int, int[]); /* distopt.c */ DISTOPTINFO *getdistopt(char *, int *); --- 387,392 ----