1 #ifndef IPTRAF_NG_TUI_INPUT_H
2 #define IPTRAF_NG_TUI_INPUT_H
6 input.h - structure declarations and function prototypes for input.c
20 struct FIELD
*prevfield
;
21 struct FIELD
*nextfield
;
32 void tx_initfields(struct FIELDLIST
*list
, int leny
, int lenx
, int begy
,
33 int begx
, int dlgtextattr
, int dlgfieldattr
);
34 void tx_addfield(struct FIELDLIST
*list
, unsigned int len
, unsigned int y
,
35 unsigned int x
, const char *initstr
);
36 void tx_getinput(struct FIELDLIST
*list
, struct FIELD
*field
, int *exitkey
);
37 void tx_fillfields(struct FIELDLIST
*list
, int *aborted
);
38 void tx_destroyfields(struct FIELDLIST
*list
);
40 #endif /* IPTRAF_NG_TUI_INPUT_H */