Revert "group.h: Fix the struct tag for `group'."
authorMark Wooding <mdw@distorted.org.uk>
Mon, 27 May 2013 22:05:44 +0000 (23:05 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 27 May 2013 22:06:43 +0000 (23:06 +0100)
I'm a moron.  The trailing `_' was there to distinguish my groups from
`struct group' in <grp.h>.  Put it back.

This reverts commit c6c823084467cc7a60808cdee8015529115b8b91.

group.h

diff --git a/group.h b/group.h
index 4886985..a144706 100644 (file)
--- 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 */