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