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