diff options
author | Jan Huwald <jh@sotun.de> | 2012-05-07 19:53:27 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-05-07 19:53:27 (GMT) |
commit | 00b209240138660db1ded3ef3870023964ce6e4e (patch) | |
tree | 8ffaec780b060bdc478929aa714b8af2ee760671 /code/core/regex.h |
Diffstat (limited to 'code/core/regex.h')
-rw-r--r-- | code/core/regex.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/code/core/regex.h b/code/core/regex.h new file mode 100644 index 0000000..0d1f3d3 --- /dev/null +++ b/code/core/regex.h @@ -0,0 +1,8 @@ +#ifndef REGEX_H +#define REGEX_H + +namespace regex { + bool parseRequest(char *str); +}; + +#endif // REGEX_H |