summaryrefslogtreecommitdiffstats
path: root/nserver/src/nserve.h
blob: 14e1b0202b69febb28c5f6188251704a8ec7f80f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _nserve_h
#define _nserve_h

#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/socket.h>

#include <bstrlib.h>
#include <dbg.h>
#include <ringbuffer.h>

#define CMD_SIZE 120

void nserve(int sock);

#endif