aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
blob: 850a245b4ede2598bc6eb01e054099259a345fa3 (plain)
1
2
3
4
5
6
7
8
9
#include <stdbool.h>

#ifndef __UTIL_H
#define __UTIL_H

void panic(const char *);
int setblocking(int fd, bool blocking);

#endif