aboutsummaryrefslogtreecommitdiffstats
path: root/vputenvf.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-08-25 23:30:50 +0200
committerMattias Andrée <maandree@kth.se>2018-08-25 23:30:50 +0200
commit22aa70eb6fdee109316ea0d81c39e1257b93f009 (patch)
tree0f7590fb33fcf1853f7cd989b3242cfd33a719ab /vputenvf.c
parentm (diff)
downloadlibsimple-22aa70eb6fdee109316ea0d81c39e1257b93f009.tar.gz
libsimple-22aa70eb6fdee109316ea0d81c39e1257b93f009.tar.bz2
libsimple-22aa70eb6fdee109316ea0d81c39e1257b93f009.tar.xz
Tests and minor improvements
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'vputenvf.c')
-rw-r--r--vputenvf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vputenvf.c b/vputenvf.c
index ce823f0..5a70c6b 100644
--- a/vputenvf.c
+++ b/vputenvf.c
@@ -3,7 +3,7 @@
int
-vputenvf(const char *fmt, va_list ap) /* TODO test */
+libsimple_vputenvf(const char *fmt, va_list ap) /* TODO test */
{
va_list ap2;
int n;