comparison libpurple/certificate.h @ 18989:43d1ee6a3ed5

- Fixed naming issues in previous revision
author William Ehlhardt <williamehlhardt@gmail.com>
date Fri, 06 Jul 2007 00:29:09 +0000
parents 4189fc3befba
children bf23d58ec9c3
comparison
equal deleted inserted replaced
18988:4189fc3befba 18989:43d1ee6a3ed5
373 * @param scheme Scheme to import under 373 * @param scheme Scheme to import under
374 * @param filename File path to import from 374 * @param filename File path to import from
375 * @return Pointer to a new PurpleCertificate, or NULL on failure 375 * @return Pointer to a new PurpleCertificate, or NULL on failure
376 */ 376 */
377 PurpleCertificate * 377 PurpleCertificate *
378 purple_import_certificate(PurpleCertificateScheme *scheme, const gchar *filename); 378 purple_certificate_import(PurpleCertificateScheme *scheme, const gchar *filename);
379 379
380 /** 380 /**
381 * Exports a PurpleCertificate to a file 381 * Exports a PurpleCertificate to a file
382 * 382 *
383 * @param filename File to export the certificate to 383 * @param filename File to export the certificate to