diff options
Diffstat (limited to 'net/rwhois/files/patch-common-client_msgs.h')
-rw-r--r-- | net/rwhois/files/patch-common-client_msgs.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/rwhois/files/patch-common-client_msgs.h b/net/rwhois/files/patch-common-client_msgs.h new file mode 100644 index 000000000000..625697efba0b --- /dev/null +++ b/net/rwhois/files/patch-common-client_msgs.h @@ -0,0 +1,11 @@ +--- common/client_msgs.h.orig Tue Oct 28 02:25:14 2003 ++++ common/client_msgs.h Tue Oct 28 02:25:30 2003 +@@ -85,7 +85,7 @@ + + void print_error PROTO((int err_no, char *str)); + +-void print_response PROTO(()); ++void print_response PROTO((int resp_no, char *format, ...)); + + void print_ok PROTO((void)); + |