Libical API Documentation 3.0
Loading...
Searching...
No Matches
icalclusterimpl.h
1/*======================================================================
2 FILE: icalfilesetimpl.h
3 CREATOR: acampi 13 March 2002
4
5 Copyright (C) 2002 Andrea Campi <a.campi@inet.it>
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
19#ifndef ICALCLUSTERIMPL_H
20#define ICALCLUSTERIMPL_H
21
22/* This definition is in its own file so it can be kept out of the
23 main header file, but used by "friend classes" like icaldirset*/
24
25#define ICALCLUSTER_ID "clus"
26
28{
29 char id[5]; /* clus */
30
31 char *key;
32 icalcomponent *data;
33 int changed;
34};
35
36#endif
Definition icalclusterimpl.h:28
Definition icalcomponent.c:36