Commit 4b857004 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

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

(VDD14q3 item)
parent 6b388a21
...@@ -39,7 +39,7 @@ $Function VOID panic(STRING_LIST) ...@@ -39,7 +39,7 @@ $Function VOID panic(STRING_LIST)
Don't. Don't.
$Function STRING author(ENUM { phk, des, kristian, mithrandir }) $Function STRING author(ENUM { phk, des, kristian, mithrandir } person)
Test function for ENUM arguments Test function for ENUM arguments
...@@ -51,11 +51,11 @@ $Function VOID test_priv_vcl(PRIV_VCL) ...@@ -51,11 +51,11 @@ $Function VOID test_priv_vcl(PRIV_VCL)
Test function for VCL private pointers Test function for VCL private pointers
$Function BLOB str2blob(STRING) $Function BLOB str2blob(STRING src)
Turn a string into a blob Turn a string into a blob
$Function STRING blob2hex(BLOB) $Function STRING blob2hex(BLOB src)
Hexdump a blob Hexdump a blob
...@@ -63,7 +63,7 @@ $Function BACKEND no_backend() ...@@ -63,7 +63,7 @@ $Function BACKEND no_backend()
Fails at backend selection Fails at backend selection
$Object obj(STRING) $Object obj(STRING)
Test object Test object
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment