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@civicknowledge.com>
6 
7  This library is free software; you can redistribute it and/or modify
8  it under the terms of either:
9 
10  The LGPL as published by the Free Software Foundation, version
11  2.1, available at: https://www.gnu.org/licenses/lgpl-2.1.html
12 
13  Or:
14 
15  The Mozilla Public License Version 2.0. You may obtain a copy of
16  the License at https://www.mozilla.org/MPL/
17 
18  The Original Code is eric. The Initial Developer of the Original
19  Code is Eric Busboom
20 ======================================================================*/
21 
22 #ifndef ICALFILESETIMPL_H
23 #define ICALFILESETIMPL_H
24 
25 #include "icalfileset.h"
26 
28 {
30  char *path;
35  int changed;
36  int fd;
37 };
38 
39 #endif
Definition: icalcomponent.c:36
Definition: icalfilesetimpl.h:28
char * path
Definition: icalfilesetimpl.h:30
icalgauge * gauge
Definition: icalfilesetimpl.h:34
icalfileset_options options
Definition: icalfilesetimpl.h:31
icalset super
Definition: icalfilesetimpl.h:29
int fd
Definition: icalfilesetimpl.h:36
int changed
Definition: icalfilesetimpl.h:35
icalcomponent * cluster
Definition: icalfilesetimpl.h:33
Options for opening an icalfileset.
Definition: icalfileset.h:115
Definition: icalgaugeimpl.h:55
Definition: icalset.h:61