From 3e81b0123b4bbfedbdc1135a6a4305c347f91a3a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 9 Aug 2003 16:41:59 +0000 Subject: Initial commit git-svn-id: file:///home/lennart/svn/public/aeswepd/trunk@3 022f378f-78c4-0310-b860-d162c87e6274 --- src/exec.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/exec.h (limited to 'src/exec.h') diff --git a/src/exec.h b/src/exec.h new file mode 100644 index 0000000..419096c --- /dev/null +++ b/src/exec.h @@ -0,0 +1,6 @@ +#ifndef fooexehfoo +#define fooexehfoo + +int log_exec(const char *dir, const char *prog, const char *arg); + +#endif -- cgit