#ifndef UTIL_H #define UTIL_H void remove_trailing_slash(char *str); void urlencode(const char *str, char *result); #endif // UTIL_H