source:
filterproc.h
@
8bd190d
Last change on this file since 8bd190d was 8bd190d, checked in by Nelson Elhage <nelhage@ksplice.com>, 12 years ago | |
---|---|
|
|
File size: 210 bytes |
Line | |
---|---|
1 | #ifndef __FILTER_PROC_H__ |
2 | #define __FILTER_PROC_H__ |
3 | |
4 | int call_filter(const char *prog, |
5 | const char *const *argv, |
6 | const char *in, |
7 | char **out, int *status); |
8 | |
9 | #endif |
Note: See TracBrowser
for help on using the repository browser.