summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/daemon/source/getgui.hh
blob: f5a37f935aef7476bcb4c17860fc1fdbcafb4ed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* $id */

#ifndef GETGUI_HH
#define GETGUI_HH

#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>

int commsock(int *);
int commstring(const char *);

#endif /* GETGUI_HH */