=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/defs.h,v retrieving revision 1.26 retrieving revision 1.27 diff -c -r1.26 -r1.27 *** src/usr.bin/rdist/defs.h 2014/07/12 03:19:43 1.26 --- src/usr.bin/rdist/defs.h 2014/07/12 03:25:03 1.27 *************** *** 1,4 **** ! /* $OpenBSD: defs.h,v 1.26 2014/07/12 03:19:43 guenther Exp $ */ #ifndef __DEFS_H__ #define __DEFS_H__ --- 1,4 ---- ! /* $OpenBSD: defs.h,v 1.27 2014/07/12 03:25:03 guenther Exp $ */ #ifndef __DEFS_H__ #define __DEFS_H__ *************** *** 387,397 **** struct subcmd *makesubcmd(int); int yyparse(void); - /* hasmntopt.c */ - #ifdef NEED_HASMNTOPT - char *hasmntopt(struct mntent *, char *); - #endif - /* isexec.c */ int isexec(char *, struct stat *); --- 387,392 ---- *************** *** 415,431 **** void docmdargs(int, char *[]); char *getnlstr(struct namelist *); - /* rshrcmd.c */ - int rshrcmd(char **, u_short, char *, char *, char *, int *); - /* server.c */ void server(void); - - /* zopen.c */ - int zread(void *, char *, int); - int zwrite(void *, const char *, int); - int z_close(void *); - void *z_open(int, char *, int); #include #define DECODE(a, b) strunvis(a, b) --- 410,417 ----