File: spipe.h

package info (click to toggle)
courier 0.76.3-5%2Bdeb9u1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 47,400 kB
  • sloc: ansic: 122,873; cpp: 23,863; sh: 8,790; perl: 4,127; makefile: 3,082; sed: 16
file content (14 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef	spipe_h
#define	spipe_h

/*
** Copyright 2000-2001 Double Precision, Inc.
** See COPYING for distribution information.
*/

#ifdef  __cplusplus
extern "C"
#endif
int libmail_streampipe(int [2]);

#endif