aboutsummaryrefslogtreecommitdiff
path: root/util.h
blob: e0611c8485ae466cb06c6e0cb36dc7a4b9dfd8b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef H_UTIL
#define H_UTIL

#include <inttypes.h>

uint16_t inet_atop(const char *port);
void herr(int output, const char* funcName);

#endif