diff options
author | nobody <nobody@localhost> | 2001-02-04 12:10:39 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-02-04 12:10:39 +0800 |
commit | 94a5b177a2df82278b4a8dbf67c2cb202f831d70 (patch) | |
tree | 0a5b66655b7f9f6e527155bcabd2f7470e429a8b /libical/src/libicalvcal/icalvcal.h | |
parent | 1b96583c0c6142969e366409bdfd371f078fc683 (diff) | |
download | gsoc2013-evolution-BALSA_1_1_1.tar.gz gsoc2013-evolution-BALSA_1_1_1.tar.zst gsoc2013-evolution-BALSA_1_1_1.zip |
This commit was manufactured by cvs2svn to create tag 'BALSA_1_1_1'.BALSA_1_1_1
svn path=/tags/BALSA_1_1_1/; revision=7952
Diffstat (limited to 'libical/src/libicalvcal/icalvcal.h')
-rw-r--r-- | libical/src/libicalvcal/icalvcal.h | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/libical/src/libicalvcal/icalvcal.h b/libical/src/libicalvcal/icalvcal.h deleted file mode 100644 index f2316c2d0f..0000000000 --- a/libical/src/libicalvcal/icalvcal.h +++ /dev/null @@ -1,39 +0,0 @@ -/* -*- Mode: C -*-*/ -/*====================================================================== - FILE: icalvcal.h - CREATOR: eric 25 May 00 - - - - (C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org - - This program is free software; you can redistribute it and/or modify - it under the terms of either: - - The LGPL as published by the Free Software Foundation, version - 2.1, available at: http://www.fsf.org/copyleft/lesser.html - - Or: - - The Mozilla Public License Version 1.0. You may obtain a copy of - the License at http://www.mozilla.org/MPL/ - - The original code is icalvcal.h - - -======================================================================*/ - -#ifndef ICALVCAL_H -#define ICALVCAL_H - -#include "ical.h" -#include "vcc.h" - -/* Convert a vObject into an icalcomponent */ - -icalcomponent* icalvcal_convert(VObject *object); - -#endif /* !ICALVCAL_H */ - - - |