[5.2] 8469f33 Pack prototypes in the order they are used

PÃ¥l Hermunn Johansen hermunn at varnish-software.com
Fri Sep 15 11:17:15 UTC 2017


commit 8469f33885f1f6c7f2c6f2f20270b5a675b0f454
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Apr 18 09:16:16 2017 +0200

    Pack prototypes in the order they are used

diff --git a/include/vut.h b/include/vut.h
index 346d7bd..e47ff79 100644
--- a/include/vut.h
+++ b/include/vut.h
@@ -73,11 +73,9 @@ int VUT_g_Arg(const char *arg);
 
 int VUT_Arg(int opt, const char *arg);
 
-void VUT_Setup(void);
-
 void VUT_Init(const char *progname, int argc, char * const *argv,
     const struct vopt_spec *);
 
+void VUT_Setup(void);
+int  VUT_Main(void);
 void VUT_Fini(void);
-
-int VUT_Main(void);


More information about the varnish-commit mailing list