diff options
Diffstat (limited to 'scan_urlencoded_query.c')
| -rw-r--r-- | scan_urlencoded_query.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scan_urlencoded_query.c b/scan_urlencoded_query.c index 2bf957e..a17db2a 100644 --- a/scan_urlencoded_query.c +++ b/scan_urlencoded_query.c | |||
| @@ -3,9 +3,12 @@ | |||
| 3 | 3 | ||
| 4 | $id$ */ | 4 | $id$ */ |
| 5 | 5 | ||
| 6 | #include "scan.h" | 6 | /* Opentracker */ |
| 7 | #include "scan_urlencoded_query.h" | 7 | #include "scan_urlencoded_query.h" |
| 8 | 8 | ||
| 9 | /* Libwofat */ | ||
| 10 | #include "scan.h" | ||
| 11 | |||
| 9 | /* Idea is to do a in place replacement or guarantee at least | 12 | /* Idea is to do a in place replacement or guarantee at least |
| 10 | strlen( string ) bytes in deststring | 13 | strlen( string ) bytes in deststring |
| 11 | watch http://www.ietf.org/rfc/rfc2396.txt | 14 | watch http://www.ietf.org/rfc/rfc2396.txt |
