X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/786989941b7b4504f0234c4a318f929802e981ad..179d81291e52ac1a163f404adaaa6b156aace11e:/common/util.h diff --git a/common/util.h b/common/util.h index 675f0efe..0c135480 100644 --- a/common/util.h +++ b/common/util.h @@ -35,6 +35,19 @@ /*----- Functions provided ------------------------------------------------*/ +/* --- @u_quotify@ --- * + * + * Arguments: @dstr *d@ = where to write the answer + * @const char *p@ = string to quotify + * + * Returns: --- + * + * Use: Quotes the given string if necessary, according to our + * quoting rules. + */ + +extern void u_quotify(dstr */*d*/, const char */*p*/); + /* --- @u_detach@ --- * * * Arguments: ---