comparison finch/gntcertmgr.c @ 19528:b7fa8fa4de5b

Fix building on older glib versions. Get rid of a couple of compiler warnings.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 29 Aug 2007 06:18:49 +0000
parents e1751162ab1f
children 44b4e8bd759b
comparison
equal deleted inserted replaced
19527:bc23f7323ed2 19528:b7fa8fa4de5b
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 * 24 *
25 */ 25 */
26
27 #include "internal.h"
26 28
27 #include "certificate.h" 29 #include "certificate.h"
28 #include "debug.h" 30 #include "debug.h"
29 #include "notify.h" 31 #include "notify.h"
30 #include "request.h" 32 #include "request.h"