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

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

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

void nserve(int sock);

#endif