Mercurial > pidgin.yaz
view finch/gntcertmgr.h @ 21170:9889523f5000
applied changes from 1ae7bab2d86d4fb77e82e0c2fd0e7f44329604ab
through 411a5a191f207125458c876b7c79548a1adfe5a1
applied changes from 411a5a191f207125458c876b7c79548a1adfe5a1
through 0b96bb2ecc89729c68d8d075c24c4888e167af0c
applied changes from 0b96bb2ecc89729c68d8d075c24c4888e167af0c
through 9b5d2a139552c771181a94d9b250b7598bb9a0cd
applied changes from 9b5d2a139552c771181a94d9b250b7598bb9a0cd
through 635653c66433c9d827d4f0aa1b8de827682bcf91
applied changes from 635653c66433c9d827d4f0aa1b8de827682bcf91
through c9910b4879ed0099fe645a4e65b73380955abe40
applied changes from c9910b4879ed0099fe645a4e65b73380955abe40
through 0dc5edb3f0a938a69a58ebe98f8303f96fed05b7
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 13 Nov 2007 21:46:58 +0000 |
parents | 6bf32c9e15a7 |
children |
line wrap: on
line source
/** * @file gntcertmgr.h GNT Certificate Manager API * @ingroup finch */ /* finch * * Finch is the legal property of its developers, whose names are too numerous * to list here. Please refer to the COPYRIGHT file distributed with this * source distribution. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ #ifndef _GNT_CERTMGR_H #define _GNT_CERTMGR_H void finch_certmgr_show(void); #endif