* net.cc (rresvport): Remove extern declaration.

This commit is contained in:
Corinna Vinschen 2006-01-18 18:37:35 +00:00
parent 06a5dd435e
commit 339306c5ec
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-01-18 Corinna Vinschen <corinna@vinschen.de>
* net.cc (rresvport): Remove extern declaration.
2006-01-18 Corinna Vinschen <corinna@vinschen.de>
* autoload.cc (rresvport): Remove.

View File

@ -49,7 +49,6 @@ extern "C"
char *remuser, char *cmd, SOCKET * fd2p);
int __stdcall rexec (char **ahost, unsigned short inport, char *locuser,
char *password, char *cmd, SOCKET * fd2p);
int __stdcall rresvport (int *);
int sscanf (const char *, const char *, ...);
} /* End of "C" section */