/* tnint.h */ /* Copyright 1997 by Eberhard Mattes Donated to the public domain. No warranty. 1997-01-04 Initial version 1997-04-05 Reorganize library */ struct libemtn_tnconn { int fd; int suppress_go_ahead; unsigned init_flags; enum {DFA_INIT, DFA_IAC, DFA_NEGOTIATE} dfa; };