Mercurial > pidgin
changeset 18190:b2d110e9857f
- Eliminate compiler warning
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Tue, 19 Jun 2007 17:49:16 +0000 |
parents | 030a2209ae96 |
children | a4336814bfd4 |
files | libpurple/certificate.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/certificate.h Tue Jun 19 17:44:54 2007 +0000 +++ b/libpurple/certificate.h Tue Jun 19 17:49:16 2007 +0000 @@ -79,7 +79,7 @@ * @return Pointer to the newly allocated Certificate struct * or NULL on failure. */ - PurpleCertificate * (* import_certificate)(gchar * filename); + PurpleCertificate * (* import_certificate)(const gchar * filename); /** Destroys and frees a Certificate structure *