Libical API Documentation  3.0
icalmime.h
1 /*======================================================================
2  FILE: icalmime.h
3  CREATOR: eric 26 July 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 ICALMIME_H
21 #define ICALMIME_H
22 
23 #include "libical_ical_export.h"
24 #include "icalcomponent.h"
25 
26 LIBICAL_ICAL_EXPORT icalcomponent *icalmime_parse(char *(*line_gen_func) (char *s,
27  size_t size,
28  void *d), void *data);
29 
30 #endif /* !ICALMIME_H */
Definition: icalcomponent.c:33