X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/6411163d48434575eaf49463e056e971a2fba16a..61682d3405e6b7c72ec8295fec1467333e336b65:/server/tripe.h diff --git a/server/tripe.h b/server/tripe.h index 8a0be518..2ffe978f 100644 --- a/server/tripe.h +++ b/server/tripe.h @@ -861,6 +861,19 @@ extern int c_check(buf */*b*/); extern void a_vformat(dstr */*d*/, const char */*fmt*/, va_list /*ap*/); +/* --- @a_format@ --- * + * + * Arguments: @dstr *d@ = where to leave the formatted message + * @const char *fmt@ = pointer to format string + * + * Returns: --- + * + * Use: Writes a tokenized message into a string, for later + * presentation. + */ + +extern void a_format(dstr */*d*/, const char */*fmt*/, ...); + /* --- @a_warn@ --- * * * Arguments: @const char *fmt@ = pointer to format string