X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/fddd7fb7f11a3f4399e90ee52f874f65718eb348..fe182f617126cb792a6d5867440105f9f10910b4:/server/tripe.h diff --git a/server/tripe.h b/server/tripe.h index cb892208..4669711e 100644 --- a/server/tripe.h +++ b/server/tripe.h @@ -980,6 +980,19 @@ extern void a_vformat(dstr */*d*/, const char */*fmt*/, va_list */*ap*/); extern void EXECL_LIKE(0) a_format(dstr */*d*/, const char */*fmt*/, ...); +/* --- @a_info@ --- * + * + * Arguments: @admin *a@ = connection + * @const char *fmt@ = format string + * @...@ = other arguments + * + * Returns: --- + * + * Use: Report information to an admin client. + */ + +extern void EXECL_LIKE(0) a_info(admin */*a*/, const char */*fmt*/, ...); + /* --- @a_warn@ --- * * * Arguments: @const char *fmt@ = pointer to format string