release-1.10release-1.7release-1.8release-1.9
|
Last change
on this file since 9776805 was
06adc25,
checked in by David Benjamin <davidben@mit.edu>, 15 years ago
|
|
Sanitize our include guards somewhat
Avoid double underscores to avoid clashing with reserved symbols. Also
adding BARNOWL to guard names. While I'm at it, owl_prototypes.h could
use guards.
|
-
Property mode set to
100644
|
|
File size:
258 bytes
|
| Line | |
|---|
| 1 | #ifndef INC_BARNOWL_FILTER_PROC_H |
|---|
| 2 | #define INC_BARNOWL_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 /* INC_BARNOWL_FILTER_PROC_H */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.