Libical API Documentation  3.0
icalfilesetimpl.h
1 /*======================================================================
2  FILE: icalfilesetimpl.h
3  CREATOR: eric 23 December 1999
4 
5  (C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
6  http://www.softwarestudio.org
7 
8  This library is free software; you can redistribute it and/or modify
9  it under the terms of either:
10 
11  The LGPL as published by the Free Software Foundation, version
12  2.1, available at: http://www.gnu.org/licenses/lgpl-2.1.html
13 
14  Or:
15 
16  The Mozilla Public License Version 2.0. You may obtain a copy of
17  the License at http://www.mozilla.org/MPL/
18 
19  The Original Code is eric. The Initial Developer of the Original
20  Code is Eric Busboom
21 ======================================================================*/
22 
23 #ifndef ICALFILESETIMPL_H
24 #define ICALFILESETIMPL_H
25 
26 #include "icalfileset.h"
27 
29 {
31  char *path;
36  int changed;
37  int fd;
38 };
39 
40 #endif
Definition: icalgaugeimpl.h:55
icalfileset_options options
Definition: icalfilesetimpl.h:32
int fd
Definition: icalfilesetimpl.h:37
icalset super
Definition: icalfilesetimpl.h:30
options for opening an icalfileset.
Definition: icalfileset.h:113
icalcomponent * cluster
Definition: icalfilesetimpl.h:34
char * path
Definition: icalfilesetimpl.h:31
int changed
Definition: icalfilesetimpl.h:36
icalgauge * gauge
Definition: icalfilesetimpl.h:35
Definition: icalcomponent.c:33
Definition: icalfilesetimpl.h:28
Definition: icalset.h:60