aboutsummaryrefslogtreecommitdiffstats
path: root/libexec_vputenvf_append.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec_vputenvf_append.c')
-rw-r--r--libexec_vputenvf_append.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/libexec_vputenvf_append.c b/libexec_vputenvf_append.c
index ca0d564..2ce4699 100644
--- a/libexec_vputenvf_append.c
+++ b/libexec_vputenvf_append.c
@@ -3,11 +3,7 @@
#ifndef TEST
-int
-libexec_vputenvf_append(struct libexec_command *cmd, const char *fmt, va_list args)
-{
- return libexec_vputenvf(cmd, LIBEXEC_APPEND, fmt, args);
-}
+extern inline int libexec_vputenvf_append(struct libexec_command *, const char *, va_list);
#else