diff options
author | Mike Buland <eichlan@xagasoft.com> | 2009-06-02 23:21:01 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2009-06-02 23:21:01 +0000 |
commit | 40cca68ce2a796ac4ba9707b22a925f53c0d3998 (patch) | |
tree | b5bb096b5675ca1374bc908c9bc4c5f768f10612 /src/url.h | |
parent | 1df2d73183a08fc37bc1b97a530c13a9445dad65 (diff) | |
download | libbu++-40cca68ce2a796ac4ba9707b22a925f53c0d3998.tar.gz libbu++-40cca68ce2a796ac4ba9707b22a925f53c0d3998.tar.bz2 libbu++-40cca68ce2a796ac4ba9707b22a925f53c0d3998.tar.xz libbu++-40cca68ce2a796ac4ba9707b22a925f53c0d3998.zip |
Huh, cgiutil was mostly a waste, url handles it all already. I still need
something for mime eventually, meh.
Diffstat (limited to '')
-rw-r--r-- | src/url.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ namespace Bu | |||
26 | virtual ~Url(); | 26 | virtual ~Url(); |
27 | 27 | ||
28 | void parseUrl( const Bu::FString &sUrl ); | 28 | void parseUrl( const Bu::FString &sUrl ); |
29 | void parseParams( const Bu::FString &sQuery ); | ||
29 | void parseParams( Bu::FString::const_iterator &i ); | 30 | void parseParams( Bu::FString::const_iterator &i ); |
30 | void clear(); | 31 | void clear(); |
31 | 32 | ||