summaryrefslogtreecommitdiffstats
path: root/Source/CTest/Curl/telnet.c
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-05-07 14:27:32 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-05-07 14:27:32 (GMT)
commita43ce2c320786f6065886469aa964b99f49d9c9c (patch)
tree11db0ee1375fa3b6ab04712ba72eedbc2952d794 /Source/CTest/Curl/telnet.c
parentc5a0dfa1d1b4b2c090fda2670ac3b35215e87b95 (diff)
downloadCMake-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.c2
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)