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)
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
......
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