#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