diff options
author | erdgeist <> | 2007-12-20 05:59:34 +0000 |
---|---|---|
committer | erdgeist <> | 2007-12-20 05:59:34 +0000 |
commit | c28cf398fd956eb467612eec4b31e1df371b9636 (patch) | |
tree | 8ea7885c689844d06aa59a420fbaf06fee5ded19 /scan_urlencoded_query.h | |
parent | d9ed6c22bd26268b8ae51cc062e41f20e2dc68bd (diff) |
Introduce some kind of versioning
Diffstat (limited to 'scan_urlencoded_query.h')
-rw-r--r-- | scan_urlencoded_query.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scan_urlencoded_query.h b/scan_urlencoded_query.h index f0ad781..a253aaa 100644 --- a/scan_urlencoded_query.h +++ b/scan_urlencoded_query.h | |||
@@ -1,6 +1,8 @@ | |||
1 | /* This software was written by Dirk Engling <erdgeist@erdgeist.org> | 1 | /* This software was written by Dirk Engling <erdgeist@erdgeist.org> |
2 | It is considered beerware. Prost. Skol. Cheers or whatever. */ | 2 | It is considered beerware. Prost. Skol. Cheers or whatever. |
3 | 3 | ||
4 | $id$ */ | ||
5 | |||
4 | #ifndef __SCAN_URLENCODED_QUERY_H__ | 6 | #ifndef __SCAN_URLENCODED_QUERY_H__ |
5 | #define __SCAN_URLENCODED_QUERY_H__ | 7 | #define __SCAN_URLENCODED_QUERY_H__ |
6 | 8 | ||