diff options
author | nobody <nobody@localhost> | 2004-11-24 18:34:55 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2004-11-24 18:34:55 +0800 |
commit | 0c20c8c3a627fb0c47ba22100fcb0bb3b88aa2eb (patch) | |
tree | 8f216a98e1535aca06248b640e774a28b4e76b17 /e-util/e-folder-map.h | |
parent | ca14465d46693e9f0b77051d7f57f7e88950a4c3 (diff) | |
download | gsoc2013-evolution-GAL_2_3_1.tar.gz gsoc2013-evolution-GAL_2_3_1.tar.zst gsoc2013-evolution-GAL_2_3_1.zip |
This commit was manufactured by cvs2svn to create tag 'GAL_2_3_1'.GAL_2_3_1
svn path=/tags/GAL_2_3_1/; revision=27981
Diffstat (limited to 'e-util/e-folder-map.h')
-rw-r--r-- | e-util/e-folder-map.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/e-util/e-folder-map.h b/e-util/e-folder-map.h deleted file mode 100644 index aeb5b39811..0000000000 --- a/e-util/e-folder-map.h +++ /dev/null @@ -1,35 +0,0 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* - * Authors: Jeffrey Stedfast <fejj@ximian.com> - * - * Copyright 2004 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 __E_FOLDER_MAP_H__ -#define __E_FOLDER_MAP_H__ - -#include <glib.h> - -G_BEGIN_DECLS - -GSList *e_folder_map_local_folders (char *local_dir, char *type); - -G_END_DECLS - -#endif /* __E_FOLDER_MAP_H__ */ |