# HG changeset patch # User William Ehlhardt # Date 1184201735 0 # Node ID b4207894b534a6984650a31c5cb7061cf5ff5dd0 # Parent 0d4b84820390b4a71e1b76a4be1fd6c61aeb620f - Verbosity in struct members. diff -r 0d4b84820390 -r b4207894b534 libpurple/certificate.h --- a/libpurple/certificate.h Mon Jul 09 04:58:14 2007 +0000 +++ b/libpurple/certificate.h Thu Jul 12 00:55:35 2007 +0000 @@ -221,9 +221,9 @@ gboolean (* check_subject_name)(PurpleCertificate *crt, const gchar *name); /** Retrieve the certificate activation time */ - time_t (* get_activation_time)(PurpleCertificate *crt); + time_t (* get_activation)(PurpleCertificate *crt); /** Retrieve the expiration time */ - time_t (* get_expiration_time)(PurpleCertificate *crt); + time_t (* get_expiration)(PurpleCertificate *crt); /* TODO: Fill out this structure */ };