File: procan.h

package info (click to toggle)
socat 1.8.0.3-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,240 kB
  • sloc: ansic: 34,569; sh: 18,950; makefile: 157
file content (11 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
/* source: procan.h */
/* Copyright Gerhard Rieger and contributors (see file CHANGES) */
/* Published under the GNU General Public License V.2, see file COPYING */

#ifndef __procan_h_included
#define __procan_h_included 1

extern int procan(FILE *outfile);
extern int procan_cdefs(FILE *outfile);

#endif /* !defined(__procan_h_included) */