File: xiodiag.h

package info (click to toggle)
socat 1.7.1.3-1.4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,752 kB
  • sloc: ansic: 25,895; sh: 9,539; makefile: 140
file content (11 lines) | stat: -rw-r--r-- 311 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
/* source: xiodiag.h */
/* Copyright Gerhard Rieger 2001 */
/* Published under the GNU General Public License V.2, see file COPYING */

#ifndef __xiodiag_h_included
#define __xiodiag_h_included 1

extern const char *ddirection[];
extern const char *filetypenames[];

#endif /* !defined(__xiodiag_h_included) */