chiark / gitweb /
@@@ wip type definitions in manpage synopses
[mLib] / codec / url.3
index f68bf33ef24fceafda488792e90253208aeda5f9..c3b4e980fd79ea33643571fd48ba7a4eba35f3ca 100644 (file)
@@ -22,6 +22,20 @@ url \- manipulation of form-urlencoded strings
 .nf
 .B "#include <mLib/url.h>"
 
+.B "typedef struct {"
+.B "\h'4n'unsigned f;"
+.B "\h'4n'..."
+.B "} url_ectx;"
+
+.B "typedef struct {"
+.B "\h'4n'unsigned f;"
+.B "\h'4n'..."
+.B "} url_dctx;"
+
+.B "#define URLF_STRICT ..."
+.B "#define URLF_LAX ..."
+.B "#define URLF_SEMI ..."
+
 .BI "void url_initenc(url_ectx *" ctx );
 .ds mT \fBvoid url_enc(
 .BI "\*(mTurl_ectx *" ctx ", dstr *" d ,