diff options
author | nobody <nobody@localhost> | 2001-10-05 09:48:39 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-10-05 09:48:39 +0800 |
commit | f1c0c4d0b22cfe6ea94d3b004f5784c525183107 (patch) | |
tree | 5bbac4ad4faa2adc856e4ee1cd202d9eaa66fdc9 /libical/src/libicalss/icalfilesetimpl.h | |
parent | bdc4787aef570378e11630f2248123b1c883f524 (diff) | |
download | gsoc2013-evolution-f1c0c4d0b22cfe6ea94d3b004f5784c525183107.tar.gz gsoc2013-evolution-f1c0c4d0b22cfe6ea94d3b004f5784c525183107.tar.zst gsoc2013-evolution-f1c0c4d0b22cfe6ea94d3b004f5784c525183107.zip |
This commit was manufactured by cvs2svn to create tag 'GAL_2_ANCHOR'.GAL_2_ANCHOR
svn path=/tags/GAL_2_ANCHOR/; revision=13432
Diffstat (limited to 'libical/src/libicalss/icalfilesetimpl.h')
-rw-r--r-- | libical/src/libicalss/icalfilesetimpl.h | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/libical/src/libicalss/icalfilesetimpl.h b/libical/src/libicalss/icalfilesetimpl.h deleted file mode 100644 index fcd3415121..0000000000 --- a/libical/src/libicalss/icalfilesetimpl.h +++ /dev/null @@ -1,49 +0,0 @@ -/* -*- Mode: C -*- - ====================================================================== - FILE: icalfilesetimpl.h - CREATOR: eric 23 December 1999 - - $Id$ - $Locker$ - - (C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org - - This program is free software; you can redistribute it and/or modify - it under the terms of either: - - The LGPL as published by the Free Software Foundation, version - 2.1, available at: http://www.fsf.org/copyleft/lesser.html - - Or: - - The Mozilla Public License Version 1.0. You may obtain a copy of - the License at http://www.mozilla.org/MPL/ - - The Original Code is eric. The Initial Developer of the Original - Code is Eric Busboom - - - ======================================================================*/ - - -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - -#include "icalgauge.h" - -/* This definition is in its own file so it can be kept out of the - main header file, but used by "friend classes" like icaldirset*/ - -#define ICALFILESET_ID "fset" - -struct icalfileset_impl { - - char id[5]; /*fset*/ - char *path; - icalcomponent* cluster; - icalgauge* gauge; - int changed; - int fd; /* file descriptor */ -}; - |