summaryrefslogtreecommitdiffstats
path: root/server/nastdio.h
blob: 1431409beb49622288bf0020339dc670305254dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef NASTDIO_H
#define NASTDIO_H

struct _fieldent {
	char *name;
	short index;
};
typedef struct _fieldent fieldent;

int io_new(int sock);

#endif