plugins/ciphertest.c

changeset 11256
fe82a0c5e5ec
parent 11183
be87fe695c93
child 12382
5ef67596b420
equal deleted inserted replaced
11255:730ba0d0b459 11256:fe82a0c5e5ec
177 /************************************************************************** 177 /**************************************************************************
178 * Plugin stuff 178 * Plugin stuff
179 **************************************************************************/ 179 **************************************************************************/
180 static gboolean 180 static gboolean
181 plugin_load(GaimPlugin *plugin) { 181 plugin_load(GaimPlugin *plugin) {
182 gaim_debug_register_category("cipher-test");
183
184 cipher_test_md5(); 182 cipher_test_md5();
185 cipher_test_sha1(); 183 cipher_test_sha1();
186 184
187 return TRUE; 185 return TRUE;
188 } 186 }
189 187
190 static gboolean 188 static gboolean
191 plugin_unload(GaimPlugin *plugin) { 189 plugin_unload(GaimPlugin *plugin) {
192 gaim_debug_unregister_category("cipher-test");
193
194 return TRUE; 190 return TRUE;
195 } 191 }
196 192
197 static GaimPluginInfo info = 193 static GaimPluginInfo info =
198 { 194 {

mercurial