/* $Id: nastdio.h,v 1.1 2000/09/13 20:21:34 shmit Exp $ */ #ifndef NASTDIO_H #define NASTDIO_H struct _fieldent { char *name; short index; }; typedef struct _fieldent fieldent; int io_new(int sock); #endif