* Update to packages/alpine.spec to account for the new location of man
[alpine.git] / alpine / pipe.h
blob5d72806a1ab6dcc617fd849f21ea4e7b18173bc5
1 /*
2 * $Id: pipe.h 136 2006-09-22 20:06:05Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2013-2017 Eduardo Chappa
6 * Copyright 2006 University of Washington
8 * Licensed under the Apache License, Version 2.0 (the "License");
9 * you may not use this file except in compliance with the License.
10 * You may obtain a copy of the License at
12 * http://www.apache.org/licenses/LICENSE-2.0
14 * ========================================================================
17 #ifndef ALPINE_PIPE_INCLUDED
18 #define ALPINE_PIPE_INCLUDED
21 #include "../pith/filter.h"
22 #include "../pith/osdep/pipe.h"
25 /* exported protoypes */
26 int raw_pipe_getc(unsigned char *);
27 void prime_raw_pipe_getc(MAILSTREAM *, long, long, long);
28 PIPE_S *cmd_pipe_open(char *, char **, int, gf_io_t *);
30 #endif /* ALPINE_PIPE_INCLUDED */