| 84 /* cipher.h */ |
84 /* cipher.h */ |
| 85 typedef PurpleCipher * Purple__Cipher; |
85 typedef PurpleCipher * Purple__Cipher; |
| 86 typedef PurpleCipherCaps Purple__CipherCaps; |
86 typedef PurpleCipherCaps Purple__CipherCaps; |
| 87 typedef PurpleCipherContext * Purple__Cipher__Context; |
87 typedef PurpleCipherContext * Purple__Cipher__Context; |
| 88 typedef PurpleCipherOps * Purple__Cipher__Ops; |
88 typedef PurpleCipherOps * Purple__Cipher__Ops; |
| |
89 typedef PurpleCipherBatchMode Purple__Cipher__BatchMode; |
| 89 |
90 |
| 90 /* cmds.h */ |
91 /* cmds.h */ |
| 91 typedef PurpleCmdFlag Purple__Cmd__Flag; |
92 typedef PurpleCmdFlag Purple__Cmd__Flag; |
| 92 typedef PurpleCmdId Purple__Cmd__Id; |
93 typedef PurpleCmdId Purple__Cmd__Id; |
| 93 typedef PurpleCmdPriority Purple__Cmd__Priority; |
94 typedef PurpleCmdPriority Purple__Cmd__Priority; |