chiark / gitweb /
doc: Fix distribution of generated manpages.
[tripe] / common / util.h
index 675f0efed01269ef707a66510bfae9e7f25219f3..0c135480359c14499cef21c02cbda995d8f89aa4 100644 (file)
 
 /*----- 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:  ---