From 9bc1bc0c4e27e60abad927ca26e5b36bcc456920 Mon Sep 17 00:00:00 2001
From: Frederic Culot <calcurse@culot.org>
Date: Sat, 17 Mar 2007 16:43:25 +0000
Subject: date_sec2ical_date(), date_sec2ical_datetime() prototype added

---
 src/utils.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/utils.h b/src/utils.h
index f7e6f42..28a7a1a 100755
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,4 +1,4 @@
-/*	$calcurse: utils.h,v 1.15 2007/03/10 16:45:56 culot Exp $	*/
+/*	$calcurse: utils.h,v 1.16 2007/03/17 16:43:25 culot Exp $	*/
 
 /*
  * Calcurse - text-based organizer
@@ -69,6 +69,8 @@ long date2sec(unsigned year, unsigned month, unsigned day, unsigned hour,
     unsigned min);
 char *date_sec2hour_str(long sec);
 char *date_sec2date_str(long sec);
+void date_sec2ical_date(long sec, char *ical_date);
+void date_sec2ical_datetime(long sec, char *ical_date);
 long update_time_in_date(long date, unsigned hr, unsigned min);
 long get_sec_date(int year, int month, int day);
 long min2sec(unsigned minutes);
-- 
cgit v1.2.3-70-g09d2