Add missing G_BEGIN_DECLS and G_END_DECLS
authorWilliam Jon McCann <mccann@jhu.edu>
Mon, 3 May 2004 16:43:55 +0000 (16:43 +0000)
committerWilliam Jon McCann <mccann@src.gnome.org>
Mon, 3 May 2004 16:43:55 +0000 (16:43 +0000)
2004-05-03  William Jon McCann  <mccann@jhu.edu>

* libecal/e-cal-time-util.h: Add missing G_BEGIN_DECLS and G_END_DECLS

calendar/ChangeLog
calendar/libecal/e-cal-time-util.h

index fcdb5b1..510e64f 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-03  William Jon McCann  <mccann@jhu.edu>
+
+       * libecal/e-cal-time-util.h: Add missing G_BEGIN_DECLS and G_END_DECLS
+
 2004-05-04  Harish Krishnaswamy  <kharish@novell.com>
 
        Fixes #55922
index df5d2db..519e3a9 100644 (file)
@@ -16,6 +16,7 @@
 #include <libical/ical.h>
 #include <glib.h>
 
+G_BEGIN_DECLS
 
 /**************************************************************************
  * General time functions.
@@ -119,4 +120,6 @@ struct tm icaltimetype_to_tm_with_zone (struct icaltimetype *itt,
                                        icaltimezone *to_zone);
 struct icaltimetype tm_to_icaltimetype (struct tm *tm, gboolean is_date);
 
+G_END_DECLS
+
 #endif