libkcal
icalclassify.h
Go to the documentation of this file.00001 /* -*- Mode: C -*- */ 00002 /*====================================================================== 00003 FILE: icalclassify.h 00004 CREATOR: eric 21 Aug 2000 00005 00006 00007 00008 (C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org> 00009 http://www.softwarestudio.org 00010 00011 This program is free software; you can redistribute it and/or modify 00012 it under the terms of either: 00013 00014 The LGPL as published by the Free Software Foundation, version 00015 2.1, available at: http://www.fsf.org/copyleft/lesser.html 00016 00017 Or: 00018 00019 The Mozilla Public License Version 1.0. You may obtain a copy of 00020 the License at http://www.mozilla.org/MPL/ 00021 00022 00023 =========================================================================*/ 00024 00025 #ifndef ICALCLASSIFY_H 00026 #define ICALCLASSIFY_H 00027 00028 #include "ical.h" 00029 00030 icalproperty_xlicclass icalclassify(icalcomponent* c,icalcomponent* match, 00031 const char* user); 00032 00033 #endif /* ICALCLASSIFY_H*/ 00034 00035 00036 00037 00038