2 /*======================================================================
4 CREATOR: eric 20 March 1999
7 $Id: icalderivedparameter.h.in,v 1.4 2007-04-30 13:57:48 artcancro Exp $
12 (C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org
14 This program is free software; you can redistribute it and/or modify
15 it under the terms of either:
17 The LGPL as published by the Free Software Foundation, version
18 2.1, available at: http://www.fsf.org/copyleft/lesser.html
22 The Mozilla Public License Version 1.0. You may obtain a copy of
23 the License at http://www.mozilla.org/MPL/
25 The original code is icalparam.h
27 ======================================================================*/
29 #ifndef ICALDERIVEDPARAMETER_H
30 #define ICALDERIVEDPARAMETER_H
33 typedef struct icalparameter_impl icalparameter;
35 const char* icalparameter_enum_to_string(int e);
36 int icalparameter_string_to_enum(const char* str);