summaryrefslogtreecommitdiff
path: root/utils.h
blob: bea66d92582cba4f6710f17f2fa1000eff18e51c (plain)
1
2
3
4
5
6
7
8
#ifndef __TUNNEL_UTILS_H__
#define __TUNNEL_UTILS_H__

#include <stdbool.h>

bool strequal(const char *a, const char *b);

#endif