diff options
| author | Lennart Poettering <lennart@poettering.net> | 2003-08-09 16:41:59 +0000 |
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2003-08-09 16:41:59 +0000 |
| commit | 84c25048bd1a08e1d66fc74c2b3681fe269d4a71 (patch) | |
| tree | 0df13d3199a04b9ac8b3c576d9f4881593a87a36 /src/exec.h | |
| parent | c4a12b6077ede4a6421d20814a69aa0bb0c1f828 (diff) | |
Initial commit
git-svn-id: file:///home/lennart/svn/public/waproamd/trunk@3 022f378f-78c4-0310-b860-d162c87e6274
Diffstat (limited to 'src/exec.h')
| -rw-r--r-- | src/exec.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
