Mercurial > pidgin
changeset 19011:b4207894b534
- Verbosity in struct members.
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Thu, 12 Jul 2007 00:55:35 +0000 |
parents | 0d4b84820390 |
children | b1090cbfc286 |
files | libpurple/certificate.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 */ };