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

#include <inttypes.h>

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

#endif