source: filterproc.h @ ea7daa8

release-1.10release-1.6release-1.7release-1.8release-1.9
Last change on this file since ea7daa8 was d564c3d, checked in by Nelson Elhage <nelhage@ksplice.com>, 14 years ago
Replace the built-in zcrypt with shelling out to the zcrypt binary.
  • Property mode set to 100644
File size: 210 bytes
RevLine 
[d564c3d]1#ifndef __FILTER_PROC_H__
2#define __FILTER_PROC_H__
3
4int 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.