release-1.10release-1.6release-1.7release-1.8release-1.9
Last change
on this file since 0b9e607 was
d564c3d,
checked in by Nelson Elhage <nelhage@ksplice.com>, 15 years ago
|
Replace the built-in zcrypt with shelling out to the zcrypt binary.
|
-
Property mode set to
100644
|
File size:
210 bytes
|
Rev | Line | |
---|
[d564c3d] | 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.