aboutsummaryrefslogtreecommitdiffstats
path: root/include/enums.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-06-13 01:35:53 +0000
committerlloyd <[email protected]>2006-06-13 01:35:53 +0000
commit4bbacf4aae4b8b98d02ea887593492c1b9dacdc7 (patch)
tree873873f8b919a0bd8b54d086555c23c500537c56 /include/enums.h
parent5b4ec650b1199578fcf1bd7fdc93ed0f48e7c5a3 (diff)
Add some initial support for centralized/user-pluggable character
set conversions, to replace the current hardcoded stuff.
Diffstat (limited to 'include/enums.h')
-rw-r--r--include/enums.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/enums.h b/include/enums.h
index 0d3841d68..c03f71004 100644
--- a/include/enums.h
+++ b/include/enums.h
@@ -92,6 +92,8 @@ enum Cipher_Dir { ENCRYPTION, DECRYPTION };
enum Signature_Format { IEEE_1363, DER_SEQUENCE };
+enum Character_Set { LOCAL_CHARSET, UTF8_CHARSET, LATIN1_CHARSET };
+
}
#endif