blob: 456862653a7883ef7ee4ca7c1fa41d3a692c71bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -Naur socat-1.3/xioopen.h socat-1.3_patched/xioopen.h
--- socat-1.3/xioopen.h 2003-02-15 15:26:22.000000000 +0100
+++ socat-1.3_patched/xioopen.h 2006-09-05 10:49:15.000000000 +0200
@@ -42,7 +42,6 @@
extern const char *ddirection[];
extern const char *filetypenames[];
extern const struct addrname addressnames[];
-extern const char *addressgroupnames[];
extern const struct optname optionnames[];
extern int xioopen_makedual(xiofile_t *file);
|