comparison src/value.h @ 10684:72a5babfa8b4

[gaim-migrate @ 12231] the cipher api that grim has been working on for ages is finally done!! big congrats and thanks to him!! lots of modified files in this commit. it builds here. moved the md5 files to src/protocols/oscar so that it continues to depend on nothing in gaim. everything else uses the new centralized cipher api. I'm not sure if src/md5.* needs to be removed or not, so I left it there. someone let me know or do it directly. someone check if these need to be added to potfiles.in and let there be much rejoicing! committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 11 Mar 2005 13:05:31 +0000
parents 5cb55bcad11b
children 185ca25b5c7e
comparison
equal deleted inserted replaced
10683:e11f3e1599d4 10684:72a5babfa8b4
66 GAIM_SUBTYPE_BLIST_CHAT, 66 GAIM_SUBTYPE_BLIST_CHAT,
67 GAIM_SUBTYPE_CONNECTION, 67 GAIM_SUBTYPE_CONNECTION,
68 GAIM_SUBTYPE_CONVERSATION, 68 GAIM_SUBTYPE_CONVERSATION,
69 GAIM_SUBTYPE_CONV_WINDOW, 69 GAIM_SUBTYPE_CONV_WINDOW,
70 GAIM_SUBTYPE_PLUGIN, 70 GAIM_SUBTYPE_PLUGIN,
71 GAIM_SUBTYPE_BLIST_NODE 71 GAIM_SUBTYPE_BLIST_NODE,
72 GAIM_SUBTYPE_CIPHER
72 73
73 } GaimSubType; 74 } GaimSubType;
74 75
75 /** 76 /**
76 * A wrapper for a type, subtype, and specific type of value. 77 * A wrapper for a type, subtype, and specific type of value.