=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/defs.h,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- src/usr.bin/rdist/defs.h 2015/01/20 03:14:52 1.33 +++ src/usr.bin/rdist/defs.h 2015/01/20 06:02:30 1.34 @@ -1,4 +1,4 @@ -/* $OpenBSD: defs.h,v 1.33 2015/01/20 03:14:52 guenther Exp $ */ +/* $OpenBSD: defs.h,v 1.34 2015/01/20 06:02:30 guenther Exp $ */ #ifndef __DEFS_H__ #define __DEFS_H__ @@ -324,7 +324,6 @@ char *searchpath(char *); /* distopt.c */ -DISTOPTINFO *getdistopt(char *, int *); int parsedistopts(char *, opt_t *, int); char *getdistoptlist(void); char *getondistoptlist(opt_t);