diff options
Diffstat (limited to 'utils.h')
| -rw-r--r-- | utils.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#ifndef __TUNNEL_UTILS_H__ +#define __TUNNEL_UTILS_H__ + +#include <stdbool.h> + +bool strequal(const char *a, const char *b); + +#endif |
