Put in a prototype for client() to get rid of the "default prototype" warning.
[mmh] / uip / popsbr.c
index f86d5d3..eec025d 100644 (file)
@@ -7,6 +7,9 @@
 
 #include <h/mh.h>
 
+extern int  client(char *args, char *protocol, char *service, int rproto,
+                  char *response, int len_response);
+
 #if defined(NNTP) && !defined(PSHSBR)
 # undef NNTP
 #endif