/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Authors: Jeffrey Stedfast * * Copyright 2002 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 __CAMEL_DIGEST_STORE_H__ #define __CAMEL_DIGEST_STORE_H__ #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #include #include #define CAMEL_DIGEST_STORE(obj) CAMEL_CHECK_CAST (obj, camel_digest_store_get_type (), CamelDigestStore) #define CAMEL_DIGEST_STORE_CLASS(klass) CAMEL_CHECK_CLASS_CAST (klass, camel_digest_store_get_type (), CamelDigestStoreClass) #define CAMEL_IS_DIGEST_STORE(obj) CAMEL_CHECK_TYPE (obj, camel_digest_store_get_type ()) typedef struct _CamelDigestStoreClass CamelDigestStoreClass; struct _CamelDigestStore { CamelStore parent; }; struct _CamelDigestStoreClass { CamelStoreClass parent_class; }; CamelType camel_digest_store_get_type (void); CamelStore *camel_digest_store_new (const char *url); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __CAMEL_DIGEST_STORE_H__ */ tps://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make it so that the default Perl is always called perl5.mat2015-09-141-1/+1
* - Update to 1.403sunpoet2015-08-142-3/+3
* - Update to 1.402sunpoet2015-08-023-9/+9
* Move p5- ports from ports@ to perl@.mat2015-05-111-1/+1
* Back to the pool.gblach2015-04-17