diff options
Diffstat (limited to 'util.h')
| -rw-r--r-- | util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,9 +2,11 @@ #define H_UTIL #include <inttypes.h> +#include <sds/sds.h> uint16_t inet_atop(const char *port); void herr(int output, const char* funcName); void herrc(int output, const char* funcName); +sds gsub(sds str, const char* regex, const char* repl); #endif |
