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