+2001-07-02 Ezra Peisach <epeisach@mit.edu>
+
+ * commands.c: Declare sourceroute() static.
+
2001-07-01 Ezra Peisach <epeisach@mit.edu>
* commands.c: Declare local functions static.
#if defined(IPPROTO_IP) && defined(IP_TOS)
int tos = -1;
+static unsigned long sourceroute(char *, char **, int *);
#endif /* defined(IPPROTO_IP) && defined(IP_TOS) */
char *hostname;
unsigned long temp;
#if defined(IP_OPTIONS) && defined(IPPROTO_IP)
char *srp = 0;
- unsigned long sourceroute(), srlen;
+ int srlen;
#endif
char *cmd, *hostp = 0, *portp = 0, *volatile user = 0;
* pointed to by *cpp is.
*
*/
- unsigned long
+static unsigned long
sourceroute(arg, cpp, lenp)
char *arg;
char **cpp;