From: Dan Harkless Date: Tue, 25 Jan 2000 05:55:20 +0000 (+0000) Subject: Put in a prototype for client() to get rid of the "default prototype" warning. X-Git-Tag: nmh-1_0~117 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=7736b0a60c15cc20db0ba8c3e0fe8e11d1c78c20 Put in a prototype for client() to get rid of the "default prototype" warning. The prototype should really go in a new client.h file or somewhere, but I don't have time right now for that. --- diff --git a/uip/popsbr.c b/uip/popsbr.c index f86d5d3..eec025d 100644 --- a/uip/popsbr.c +++ b/uip/popsbr.c @@ -7,6 +7,9 @@ #include +extern int client(char *args, char *protocol, char *service, int rproto, + char *response, int len_response); + #if defined(NNTP) && !defined(PSHSBR) # undef NNTP #endif