diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-05-07 14:27:32 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-05-07 14:27:32 (GMT) |
commit | a43ce2c320786f6065886469aa964b99f49d9c9c (patch) | |
tree | 11db0ee1375fa3b6ab04712ba72eedbc2952d794 /Source/CTest/Curl/telnet.c | |
parent | c5a0dfa1d1b4b2c090fda2670ac3b35215e87b95 (diff) | |
download | CMake-a43ce2c320786f6065886469aa964b99f49d9c9c.zip CMake-a43ce2c320786f6065886469aa964b99f49d9c9c.tar.gz CMake-a43ce2c320786f6065886469aa964b99f49d9c9c.tar.bz2 |
ERR: Fix some HP specific warnings
Diffstat (limited to 'Source/CTest/Curl/telnet.c')
-rw-r--r-- | Source/CTest/Curl/telnet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/Curl/telnet.c b/Source/CTest/Curl/telnet.c index 75dd03a..56d3ebd 100644 --- a/Source/CTest/Curl/telnet.c +++ b/Source/CTest/Curl/telnet.c @@ -454,7 +454,7 @@ void rec_wont(struct connectdata *conn, int option) } } -void set_local_option(struct connectdata *conn, int option, int newstate) +static void set_local_option(struct connectdata *conn, int option, int newstate) { struct TELNET *tn = (struct TELNET *)conn->proto.telnet; if(newstate == YES) |