aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/main.h
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1999-02-12 09:27:52 +0800
committerArturo Espinosa <unammx@src.gnome.org>1999-02-12 09:27:52 +0800
commit1f3958dbd1fef814f3c7d655ff6f4bfbbf8229bd (patch)
treeea0bfc96b420ce323dbe8afaf13c1b8ae00e6a80 /calendar/gui/main.h
parent27660c1d472b5a182170def1510ab70cde116fcd (diff)
downloadgsoc2013-evolution-1f3958dbd1fef814f3c7d655ff6f4bfbbf8229bd.tar
gsoc2013-evolution-1f3958dbd1fef814f3c7d655ff6f4bfbbf8229bd.tar.gz
gsoc2013-evolution-1f3958dbd1fef814f3c7d655ff6f4bfbbf8229bd.tar.bz2
gsoc2013-evolution-1f3958dbd1fef814f3c7d655ff6f4bfbbf8229bd.tar.lz
gsoc2013-evolution-1f3958dbd1fef814f3c7d655ff6f4bfbbf8229bd.tar.xz
gsoc2013-evolution-1f3958dbd1fef814f3c7d655ff6f4bfbbf8229bd.tar.zst
gsoc2013-evolution-1f3958dbd1fef814f3c7d655ff6f4bfbbf8229bd.zip
Gnomecal now autosaves all the time.
Gnomecal now autosaves all the time. Miguel. svn path=/trunk/; revision=662
Diffstat (limited to 'calendar/gui/main.h')
-rw-r--r--calendar/gui/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/main.h b/calendar/gui/main.h
index 615b372acf..476349f3aa 100644
--- a/calendar/gui/main.h
+++ b/calendar/gui/main.h
@@ -56,5 +56,6 @@ void parse_color_spec (char *spec, int *r, int *g, int *b);
/* Calls build_color_spec() for the color in the specified property number */
char *color_spec_from_prop (ColorProp propnum);
+void save_default_calendar (GnomeCalendar *gcal);
#endif