summaryrefslogtreecommitdiffstats
path: root/src/exec.h
blob: 419096c13a0fd243578d2aa841b80037a52448ff (plain)
1
2
3
4
5
6
#ifndef fooexehfoo
#define fooexehfoo

int log_exec(const char *dir, const char *prog, const char *arg);

#endif