diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-01-05 10:11:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-01-05 10:11:41 +0000 |
commit | 4031104404c6ceed5e57134125dcdb6cac51c564 (patch) | |
tree | 18bd035e58e42180cf416d0d94d4726cd44d9d7f /lib/arpa_telnet.h | |
parent | 9f9cac7402f9f134be6f6d5b7fb830e9946a83d8 (diff) | |
download | curl-4031104404c6ceed5e57134125dcdb6cac51c564.tar.gz |
Internal symbols that aren't static are now prefixed with 'Curl_'
Diffstat (limited to 'lib/arpa_telnet.h')
-rw-r--r-- | lib/arpa_telnet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/arpa_telnet.h b/lib/arpa_telnet.h index 25085b89a..7c1c3b02b 100644 --- a/lib/arpa_telnet.h +++ b/lib/arpa_telnet.h @@ -63,6 +63,7 @@ #define SYNCH 242 /* for telfunc calls */ #ifdef TELCMDS +static char *telcmds[] = { "EOF", "SUSP", "ABORT", "EOR", "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", @@ -124,6 +125,7 @@ extern char *telcmds[]; #define NTELOPTS (1+TELOPT_NEW_ENVIRON) #ifdef TELOPTS +static char *telopts[NTELOPTS+1] = { "BINARY", "ECHO", "RCP", "SUPPRESS GO AHEAD", "NAME", "STATUS", "TIMING MARK", "RCTE", "NAOL", "NAOP", |