summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/daemon/source/sendgui.hh
blob: e083704cc85c8ae20a3aeef38ad46d764f2c3d16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* $Id$ */

#ifndef SENDGUI_HH
#define SENDGUI_HH

#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <signal.h>
#include <errno.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>

int connect_server(int *, unsigned int, int);
int sendgui(const char *string, ...);

#endif /* SENDGUI_HH */