/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Authors: Jeffrey Stedfast * * Copyright 2001 Ximian, Inc. (www.ximian.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. * * 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 Place - Suite 330, * Boston, MA 02111-1307, USA. * */ #ifndef CAMEL_SMIME_UTILS_H #define CAMEL_SMIME_UTILS_H #include #include #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ gboolean camel_smime_is_smime_v3_signed (CamelMimePart *part); gboolean camel_smime_is_smime_v3_encrypted (CamelMimePart *part); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* ! CAMEL_SMIME_UTILS_H */ eebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Stage supportmiwi2014-06-042-8/+7
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-3/+2
* Fix typos in COMMENTcs2012-07-291-1/+1
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
* - Update to 20110412pav2011-04-152-4/+3
* - Fix a syntax error in the ifdepd startup scriptnivit2010-11-223-3/+2
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
* Tune up the rc.d script a little:dougb2009-07-211-14/+10
* - Fix duplicate rc.d scriptspgollucci2009-07-202-5/+4
* - USE_RC_SUBR != yespgollucci2009-07-183-12/+59
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-06