*** empty log message ***

This commit is contained in:
pdw
2003-03-01 01:55:13 +00:00
parent 2dc4a06dda
commit 0d66972bef
8 changed files with 164 additions and 54 deletions

View File

@@ -26,6 +26,13 @@ typedef enum {
OPTION_SORT_DEST
} option_sort_t;
typedef enum {
OPTION_LINEDISPLAY_TWO_LINE,
OPTION_LINEDISPLAY_ONE_LINE_BOTH,
OPTION_LINEDISPLAY_ONE_LINE_RECV,
OPTION_LINEDISPLAY_ONE_LINE_SENT
} option_linedisplay_t;
typedef struct {
/* interface on which to listen */
char *interface;
@@ -52,6 +59,10 @@ typedef struct {
char* screenfilter;
int freezeorder;
int screen_offset;
option_linedisplay_t linedisplay;
} options_t;
#endif /* __OPTIONS_H_ */