]> git.cameronkatri.com Git - mandoc.git/blobdiff - test-vasprintf.c
Simplify: write HTTP 303 redirects with relative locations.
[mandoc.git] / test-vasprintf.c
index bdb4408e300bcb000db4ad50a7d698ecc4400cf5..ee6980a289556e7dc3155ffa13f9effbb15e02e4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: test-vasprintf.c,v 1.3 2015/10/06 18:32:20 schwarze Exp $  */
+/*     $Id: test-vasprintf.c,v 1.4 2016/07/18 18:35:05 schwarze Exp $  */
 /*
  * Copyright (c) 2015 Ingo Schwarze <schwarze@openbsd.org>
  *
 #include <stdio.h>
 #include <string.h>
 
-int
+static int      testfunc(char **, const char *, ...);
+
+
+static int
 testfunc(char **ret, const char *format, ...)
 {
        va_list  ap;