1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net/rwhois/files/patch-common-client_msgs.h
Max Khon c13d460af0 Fix build on -CURRENT.
Use DOCSDIR.
Bump PORTREVISION.
2003-10-27 20:49:26 +00:00

12 lines
305 B
C

--- 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));