summaryrefslogtreecommitdiff
path: root/egg
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2016-11-11 23:59:00 -0800
committerStef Walter <stefw@gnome.org>2016-11-14 11:17:50 +0100
commit3365e7eab4b220a3e3a580634f0df0917f643175 (patch)
treef3c4adafcffe25e64bda66fac21c1ffceba22d02 /egg
parent674fc7001904ab27d81a2f299c9c2802138a47e0 (diff)
downloadgcr-3365e7eab4b220a3e3a580634f0df0917f643175.tar.gz
egg-asn1x: Change EggAsn1xFlags to typedef
Otherwise, including this header in two translation units later linked together will fail compilation. https://bugzilla.gnome.org/show_bug.cgi?id=774312
Diffstat (limited to 'egg')
-rw-r--r--egg/egg-asn1x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/egg/egg-asn1x.h b/egg/egg-asn1x.h
index e379da5..2dac1a9 100644
--- a/egg/egg-asn1x.h
+++ b/egg/egg-asn1x.h
@@ -67,7 +67,7 @@ typedef enum {
EGG_ASN1X_GENERALIZED_TIME = 37,
} EggAsn1xType;
-enum {
+typedef enum {
EGG_ASN1X_NO_STRICT = 0x01,
} EggAsn1xFlags;