diff options
author | Chris Toshok <toshok@ximian.com> | 2003-10-31 05:19:32 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-10-31 05:19:32 +0800 |
commit | e2e312d4102fc8ce3c540d85b6a998d68f528cf6 (patch) | |
tree | 726085f4353f765293ac4a129b1675100aeda553 /smime/gui/certificate-manager.h | |
parent | 4981fa14e20333afb658b5b2a8f721133467cf71 (diff) | |
download | gsoc2013-evolution-e2e312d4102fc8ce3c540d85b6a998d68f528cf6.tar.gz gsoc2013-evolution-e2e312d4102fc8ce3c540d85b6a998d68f528cf6.tar.zst gsoc2013-evolution-e2e312d4102fc8ce3c540d85b6a998d68f528cf6.zip |
add boilerplate.
2003-10-30 Chris Toshok <toshok@ximian.com>
* gui/certificate-manager.h: add boilerplate.
* gui/certificate-manager.c
(certificate_manager_config_control_new): return NULL if the
NSS_InitReadWrite fails - we should probably give better status
though, or return a GtkLabel with an error message....
* gui/Makefile.am (INCLUDES): use CERT_UI_CFLAGS.
(TEST_LIBS): use CERT_UI_LIBS.
svn path=/trunk/; revision=23140
Diffstat (limited to 'smime/gui/certificate-manager.h')
-rw-r--r-- | smime/gui/certificate-manager.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/smime/gui/certificate-manager.h b/smime/gui/certificate-manager.h index 0cd1bb1be5..ee2002b159 100644 --- a/smime/gui/certificate-manager.h +++ b/smime/gui/certificate-manager.h @@ -1,3 +1,24 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* + * Authors: Chris Toshok <toshok@ximian.com> + * + * Copyright (C) 2003 Ximian, Inc. (www.ximian.com) + * + * 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., 59 Temple Street #330, Boston, MA 02111-1307, USA. + * + */ #ifndef _CERTIFICATE_MANAGER_H_ #define _CERTIFICATE_MANAGER_H |