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@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 ICALMIME_H
20 #define ICALMIME_H
21 
22 #include "libical_ical_export.h"
23 #include "icalcomponent.h"
24 
25 LIBICAL_ICAL_EXPORT icalcomponent *icalmime_parse(char *(*line_gen_func) (char *s,
26  size_t size,
27  void *d), void *data);
28 
29 #endif /* !ICALMIME_H */
Definition: icalcomponent.c:35