diff options
Diffstat (limited to 'libexec_run.c')
-rw-r--r-- | libexec_run.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/libexec_run.c b/libexec_run.c index ca1f629..939365d 100644 --- a/libexec_run.c +++ b/libexec_run.c @@ -3,16 +3,7 @@ #ifndef TEST -int -libexec_run(struct libexec_result *out, ...) -{ - int ret; - va_list args; - va_start(args, out); - ret = libexec_vrun(out, args); - va_end(args); - return ret; -} +extern inline int libexec_run(struct libexec_result *, ...); #else |