aboutsummaryrefslogtreecommitdiffstats
path: root/libexec_pipe_commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec_pipe_commands.c')
-rw-r--r--libexec_pipe_commands.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/libexec_pipe_commands.c b/libexec_pipe_commands.c
index 580bf86..2dfd3bb 100644
--- a/libexec_pipe_commands.c
+++ b/libexec_pipe_commands.c
@@ -3,16 +3,7 @@
#ifndef TEST
-int
-libexec_pipe_commands(enum libexec_pipe how, ...)
-{
- int ret;
- va_list args;
- va_start(args, how);
- ret = libexec_vpipe_commands(how, args);
- va_end(args);
- return ret;
-}
+extern inline int libexec_pipe_commands(enum libexec_pipe, ...);
#else