]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/httpd.hxx
Update nasal function name.
[flightgear.git] / src / Network / httpd.hxx
index 27aeb9b9d17c4ed8b14b191e45caa341d969d6ec..57c8a7484012d9bae37e3afc174f3a8798abf2c1 100644 (file)
@@ -3,7 +3,7 @@
 //
 // Written by Curtis Olson, started June 2001.
 //
-// Copyright (C) 2001  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2001  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // Jpeg Image Support added August 2001
 //  by Norman Vine - nhv@cape.com
@@ -45,6 +45,9 @@ class HttpdChannel : public netChat
 
     netBuffer buffer ;
 
+    string urlEncode(string);
+    string urlDecode(string);
+
 public:
 
     HttpdChannel() : buffer(512) { setTerminator("\r\n"); }