diff options
author | Seth Alves <alves@src.gnome.org> | 2000-03-04 11:58:38 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-03-04 11:58:38 +0800 |
commit | c6c65136bb37bd87e9d50735e1543bd296ee513d (patch) | |
tree | bae8f8cc3283a1dd94b2fa11ed1352e66acdd067 /calendar/alarm.h | |
parent | 7f1494e3f4b335c61b579c0568538ec83e6d30ee (diff) | |
download | gsoc2013-evolution-c6c65136bb37bd87e9d50735e1543bd296ee513d.tar gsoc2013-evolution-c6c65136bb37bd87e9d50735e1543bd296ee513d.tar.gz gsoc2013-evolution-c6c65136bb37bd87e9d50735e1543bd296ee513d.tar.bz2 gsoc2013-evolution-c6c65136bb37bd87e9d50735e1543bd296ee513d.tar.lz gsoc2013-evolution-c6c65136bb37bd87e9d50735e1543bd296ee513d.tar.xz gsoc2013-evolution-c6c65136bb37bd87e9d50735e1543bd296ee513d.tar.zst gsoc2013-evolution-c6c65136bb37bd87e9d50735e1543bd296ee513d.zip |
new file -- things shared between the client and server go in this
* cal-util/Makefile.am: new file -- things shared between
the client and server go in this directory
* calobj.c calobj.h icalendar.c icalendar.h
timeutil.c timeutil.h cal-util.c cal-util.h where moved
backend stuff went into pcs. shared stuff went into
cal-util.
svn path=/trunk/; revision=2032
Diffstat (limited to 'calendar/alarm.h')
-rw-r--r-- | calendar/alarm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/alarm.h b/calendar/alarm.h index 2dc77e623b..6bb5c1afa5 100644 --- a/calendar/alarm.h +++ b/calendar/alarm.h @@ -2,7 +2,7 @@ #define ALARM_H #include <time.h> -#include "calobj.h" +#include "pcs/calobj.h" typedef void (*AlarmFunction)(time_t time, CalendarAlarm *which, void *closuse); |