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