Imported upstream version 0.61.0
[hcoop/debian/courier-authlib.git] / authpipelib.h
CommitLineData
d9898ee8 1#ifndef PIPE_H
2#define PIPE_H PIPE_H
3
4/* no headers needed */
5
6/* forks the pipe-program fills the 2 filed
7 returns 0 for success, 1 for error */
8int getPipe(int *dataIn, int *dataOut);
9
10/* closes fds */
11void closePipe(void);
12
13#endif
14