X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/b87bffcb20069b174b2c03721466abdaafd780f2..c13541b1ddedc7012c823bb793fb2f6f62ba3e08:/server/tripe.h diff --git a/server/tripe.h b/server/tripe.h index de3e016c..a967ae6d 100644 --- a/server/tripe.h +++ b/server/tripe.h @@ -576,7 +576,8 @@ extern unsigned tr_flags; /* Trace options flags */ /*----- Other macros ------------------------------------------------------*/ -#define TIMER noise_timer(RAND_GLOBAL) +#define QUICKRAND \ + do { rand_quick(RAND_GLOBAL); noise_timer(RAND_GLOBAL); } while (0) /*----- Key management ----------------------------------------------------*/ @@ -939,7 +940,7 @@ extern int c_check(buf */*b*/); * * Arguments: @dstr *d@ = where to leave the formatted message * @const char *fmt@ = pointer to format string - * @va_list ap@ = arguments in list + * @va_list *ap@ = arguments in list * * Returns: --- * @@ -964,7 +965,7 @@ extern int c_check(buf */*b*/); * * "[!]..." ... -- @dstr_putf@-like string as single token */ -extern void a_vformat(dstr */*d*/, const char */*fmt*/, va_list /*ap*/); +extern void a_vformat(dstr */*d*/, const char */*fmt*/, va_list */*ap*/); /* --- @a_format@ --- * *