summaryrefslogtreecommitdiff
path: root/ext/mailparse/rfc2045.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mailparse/rfc2045.h')
-rwxr-xr-xext/mailparse/rfc2045.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/mailparse/rfc2045.h b/ext/mailparse/rfc2045.h
index 388620d40e..a9f445e834 100755
--- a/ext/mailparse/rfc2045.h
+++ b/ext/mailparse/rfc2045.h
@@ -160,11 +160,11 @@ struct rfc2045ac {
int curlinepos;
struct rfc2045 *currwp;
enum {
- raw,
- quotedprint,
- qpseeneq,
- qpseeneqh,
- base64
+ rfc2045ac_raw,
+ rfc2045ac_quotedprint,
+ rfc2045ac_qpseeneq,
+ rfc2045ac_qpseeneqh,
+ rfc2045ac_base64
} curstate;
int statechar;