From: Niels Möller Date: Sun, 2 Jun 2002 15:46:40 +0000 (+0200) Subject: Fixed some @deftypefun declarations. X-Git-Tag: nettle_1.6_release_20021003~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f2be18ec6adf2b2f8ed6ebe2724c0320aa460d8;p=thirdparty%2Fnettle.git Fixed some @deftypefun declarations. Rev: src/nettle/nettle.texinfo:1.16 --- diff --git a/nettle.texinfo b/nettle.texinfo index 6ac9705c..ef1c22d2 100644 --- a/nettle.texinfo +++ b/nettle.texinfo @@ -1128,7 +1128,7 @@ Initializes the three context structs from the key. The @var{outer} and initialized as a copy of the @var{inner} context. @end deftypefun -@deftypefun void hmac_update(void *@var{state}, const struct nettle_hash *@var{H}, unsigned @var{length}, const uint8_t *@var{data}) +@deftypefun void hmac_update (void *@var{state}, const struct nettle_hash *@var{H}, unsigned @var{length}, const uint8_t *@var{data}) This function is called zero or more times to process the message. Actually, @code{hmac_update(state, H, length, data)} is equivalent to @code{H->update(state, length, data)}, so if you wish you can use the @@ -1809,7 +1809,7 @@ Information about recent key events. Initializes the context. @end deftypefun -@deftypefun unsigned yarrow_key_event_estimate(struct yarrow_key_event_ctx *@var{ctx}, unsigned @var{key}, unsigned @var{time}) +@deftypefun unsigned yarrow_key_event_estimate (struct yarrow_key_event_ctx *@var{ctx}, unsigned @var{key}, unsigned @var{time}) @var{key} is the id of the key (ASCII value, hardware key code, X keysym, @dots{} it doesn't matter), and @var{time} is the timestamp of the event. The time must be given in units matching the resolution by