summaryrefslogblamecommitdiffstats
path: root/nserver/src/necho.h
blob: 658c27780423a9753492c10476e8a82327d593c1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                       
#ifndef _necho_h
#define _necho_h

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

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

int echo(int sock, char *buf, int len);
void echoserve(int sock);

#endif