aboutsummaryrefslogtreecommitdiffstats
path: root/libical/src/libicalss/icalfilesetimpl.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-08-05 03:29:35 +0800
committernobody <nobody@localhost>2001-08-05 03:29:35 +0800
commitbfcf094375e705d7d21128d652ccde58cfe825d0 (patch)
tree0f0f7d161df8ec2e9a2e06dc0f87a8c17389d1e1 /libical/src/libicalss/icalfilesetimpl.h
parent950e90cd92e950cb17645b5c3d6fc6eae2f07c5e (diff)
downloadgsoc2013-evolution-GNUMERIC_0_69.tar
gsoc2013-evolution-GNUMERIC_0_69.tar.gz
gsoc2013-evolution-GNUMERIC_0_69.tar.bz2
gsoc2013-evolution-GNUMERIC_0_69.tar.lz
gsoc2013-evolution-GNUMERIC_0_69.tar.xz
gsoc2013-evolution-GNUMERIC_0_69.tar.zst
gsoc2013-evolution-GNUMERIC_0_69.zip
This commit was manufactured by cvs2svn to create tagGNUMERIC_0_69
'GNUMERIC_0_69'. svn path=/tags/GNUMERIC_0_69/; revision=11675
Diffstat (limited to 'libical/src/libicalss/icalfilesetimpl.h')
-rw-r--r--libical/src/libicalss/icalfilesetimpl.h49
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 */
-};
-