Libical API Documentation  3.0
icalclassify.h
1 /*======================================================================
2  FILE: icalclassify.h
3  CREATOR: eric 21 Aug 2000
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 
20 #ifndef ICALCLASSIFY_H
21 #define ICALCLASSIFY_H
22 
23 #include "libical_icalss_export.h"
24 #include "icalset.h"
25 #include "icalcomponent.h"
26 
27 LIBICAL_ICALSS_EXPORT icalproperty_xlicclass icalclassify(icalcomponent *c,
28  icalcomponent *match, const char *user);
29 
30 LIBICAL_ICALSS_EXPORT icalcomponent *icalclassify_find_overlaps(icalset *set,
31  icalcomponent *comp);
32 
33 #endif /* ICALCLASSIFY_H */
Definition: icalcomponent.c:33
Definition: icalset.h:60