# HG changeset patch # User William Ehlhardt # Date 1182275356 0 # Node ID b2d110e9857f83c00e0d709f3ff476e0e64b1602 # Parent 030a2209ae966a624724e3078f7138721411869f - Eliminate compiler warning diff -r 030a2209ae96 -r b2d110e9857f libpurple/certificate.h --- 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 *