diff options
author | nobody <nobody@localhost> | 1999-12-25 22:31:23 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 1999-12-25 22:31:23 +0800 |
commit | e1cfd49b9eee7bca29c32227faf21097e73574f7 (patch) | |
tree | 7d0d3756e5b4657c67be691910240a559b06c3cc /camel/camel-folder-utils.h | |
parent | 9c84a9253936ded67c4ab3d8fb9a8b357a533411 (diff) | |
download | gsoc2013-evolution-e1cfd49b9eee7bca29c32227faf21097e73574f7.tar.gz gsoc2013-evolution-e1cfd49b9eee7bca29c32227faf21097e73574f7.tar.zst gsoc2013-evolution-e1cfd49b9eee7bca29c32227faf21097e73574f7.zip |
This commit was manufactured by cvs2svn to create tagGNUMERIC_0_46
'GNUMERIC_0_46'.
svn path=/tags/GNUMERIC_0_46/; revision=1515
Diffstat (limited to 'camel/camel-folder-utils.h')
-rw-r--r-- | camel/camel-folder-utils.h | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/camel/camel-folder-utils.h b/camel/camel-folder-utils.h deleted file mode 100644 index 9b00ab02f6..0000000000 --- a/camel/camel-folder-utils.h +++ /dev/null @@ -1,44 +0,0 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* camel-folder-utils : Utility for camel folders */ - - -/* - * - * Author : - * Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> - * - * Copyright 1999, 2000 HelixCode (http://www.helixcode.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 Place, Suite 330, Boston, MA 02111-1307 - * USA - */ - -#ifndef CAMEL_MIME_PART_UTILS_H -#define CAMEL_MIME_PART_UTILS_H 1 - -#ifdef __cplusplus -extern "C" { -#pragma } -#endif /* __cplusplus }*/ - -#include "camel-folder.h" - - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* CAMEL_MIME_PART_UTILS_H */ - |