From: Mark Wooding Date: Mon, 27 May 2013 22:05:44 +0000 (+0100) Subject: Revert "group.h: Fix the struct tag for `group'." X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/a5b0f8ff5c3b7150e853db4744791dbc4daf2d33 Revert "group.h: Fix the struct tag for `group'." I'm a moron. The trailing `_' was there to distinguish my groups from `struct group' in . Put it back. This reverts commit c6c823084467cc7a60808cdee8015529115b8b91. --- diff --git a/group.h b/group.h index 4886985..a144706 100644 --- a/group.h +++ b/group.h @@ -64,7 +64,7 @@ typedef struct ge ge; /* Group element (abstract type) */ #endif -typedef struct group { +typedef struct group_ { const struct group_ops *ops; /* Operations table */ size_t nbits; /* Size of an element in bits */ size_t noctets; /* Size of raw element in octets */