Add support for tab-completion when selecting by rule
[alpine.git] / pico / osdep / popen.h
blob6e7f686d8c01827d7012458cd441b6cbbb2d69e8
1 /*
2 * $Id: popen.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2006 University of Washington
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
11 * http://www.apache.org/licenses/LICENSE-2.0
13 * ========================================================================
17 #ifndef PICO_OSDEP_POPEN_INCLUDED
18 #define PICO_OSDEP_POPEN_INCLUDED
21 /* exported prototypes */
22 int P_open(char *);
23 void P_close(void);
26 #endif /* PICO_OSDEP_POPEN_INCLUDED */