globus_xio  6.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
globus_xio_telnet.h
Go to the documentation of this file.
1 
7 #if !defined GLOBUS_XIO_TELNET_H
8 #define GLOBUS_XIO_TELNET_H 1
9 
10 #include "globus_common.h"
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 typedef enum globus_xio_telnet_attr_type_e
17 {
18  GLOBUS_XIO_TELNET_FORCE_SERVER,
19  GLOBUS_XIO_TELNET_BUFFER,
20  GLOBUS_XIO_TELNET_ALLOW_BINARY,
21 } globus_xio_telnet_attr_type_t;
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #endif /* GLOBUS_XIO_TELNET_H */