[master] 4b85700 Name some arguments just to show that we (already) can

Poul-Henning Kamp phk at FreeBSD.org
Tue Sep 23 10:41:04 CEST 2014


commit 4b857004e15b05dd61ff470d7f4be91b163b87b5
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Sep 23 08:40:40 2014 +0000

    Name some arguments just to show that we (already) can
    
    (VDD14q3 item)

diff --git a/lib/libvmod_debug/vmod.vcc b/lib/libvmod_debug/vmod.vcc
index ca1b307..74ec02f 100644
--- a/lib/libvmod_debug/vmod.vcc
+++ b/lib/libvmod_debug/vmod.vcc
@@ -39,7 +39,7 @@ $Function VOID panic(STRING_LIST)
 
 Don't.
 
-$Function STRING author(ENUM { phk, des, kristian, mithrandir })
+$Function STRING author(ENUM { phk, des, kristian, mithrandir } person)
 
 Test function for ENUM arguments
 
@@ -51,11 +51,11 @@ $Function VOID test_priv_vcl(PRIV_VCL)
 
 Test function for VCL private pointers
 
-$Function BLOB str2blob(STRING)
+$Function BLOB str2blob(STRING src)
 
 Turn a string into a blob
 
-$Function STRING blob2hex(BLOB)
+$Function STRING blob2hex(BLOB src)
 
 Hexdump a blob
 
@@ -63,7 +63,7 @@ $Function BACKEND no_backend()
 
 Fails at backend selection
 
-$Object obj(STRING) 
+$Object obj(STRING)
 
 Test object
 



More information about the varnish-commit mailing list