last version
[aerie.git] / helpers.h
blobae730581d97a9a75464880779dcc66c12ff8bdc5
1 #ifndef _HELPERS_H_
2 #define _HELPERS_H_
4 #include <string>
6 using namespace std;
8 string urlencode(string s);
9 string urldecode(string s);
11 #endif //_HELPERS_H_