1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-16 04:02:15 +00:00
conky/src/ical.h

33 lines
1.1 KiB
C
Raw Normal View History

/*
2010-04-27 14:42:21 +00:00
*
* Conky, a system monitor, based on torsmo
*
* Please see COPYING for details
*
2024-02-22 13:33:31 +00:00
* Copyright (c) 2005-2024 Brenden Matthews, Philip Kovacs, et. al.
2010-04-27 14:42:21 +00:00
* (see AUTHORS)
* All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#ifndef ICAL_H_
#define ICAL_H_
void parse_ical_args(struct text_object *, const char *, void *, void *);
void print_ical(struct text_object *, char *, unsigned int);
2010-04-27 14:42:21 +00:00
void free_ical(struct text_object *);
#endif /*ICAL_H_*/