summaryrefslogtreecommitdiff
path: root/usr.bin/rdist/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rdist/defs.h')
-rw-r--r--usr.bin/rdist/defs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/rdist/defs.h b/usr.bin/rdist/defs.h
index 24dcb5246db..378ff9379ea 100644
--- a/usr.bin/rdist/defs.h
+++ b/usr.bin/rdist/defs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: defs.h,v 1.15 2003/11/08 19:17:29 jmc Exp $ */
+/* $OpenBSD: defs.h,v 1.16 2008/01/02 17:44:11 chl Exp $ */
#ifndef __DEFS_H__
#define __DEFS_H__
@@ -387,7 +387,6 @@ char *xstrdup(const char *);
char *xbasename(char *);
char *searchpath(char *);
int mysetlinebuf(FILE *);
-int getsocketpair(int, int, int, int[]);
/* distopt.c */
DISTOPTINFO *getdistopt(char *, int *);