blob: 7f1fecb739bf56e0ece9abcbf219ae5b5fb62921 (
plain)
| 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
 |