bump to 1.0.0 and clean up spec file
[platform/upstream/libical.git] / src / libicalss / icalclassify.h
1 /* -*- Mode: C -*- */
2 /*======================================================================
3  FILE: icalclassify.h
4  CREATOR: eric 21 Aug 2000
5
6
7  $Id: icalclassify.h,v 1.7 2008-01-15 23:17:43 dothebart Exp $
8  $Locker:  $
9
10  (C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
11      http://www.softwarestudio.org
12
13  This program is free software; you can redistribute it and/or modify
14  it under the terms of either: 
15
16     The LGPL as published by the Free Software Foundation, version
17     2.1, available at: http://www.fsf.org/copyleft/lesser.html
18
19   Or:
20
21     The Mozilla Public License Version 1.0. You may obtain a copy of
22     the License at http://www.mozilla.org/MPL/
23
24
25  =========================================================================*/
26
27 #ifndef ICALCLASSIFY_H
28 #define ICALCLASSIFY_H
29
30 #include <libical/ical.h>
31 #include "icalset.h"
32 #include "icalcomponent.h"
33
34 icalproperty_xlicclass icalclassify(icalcomponent* c,icalcomponent* match, 
35                               const char* user);
36
37 icalcomponent* icalclassify_find_overlaps(icalset* set, icalcomponent* comp);
38
39 char* icalclassify_class_to_string(icalproperty_xlicclass c);
40
41
42 #endif /* ICALCLASSIFY_H*/
43
44
45                                     
46
47