aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/copy-source-dialog.h
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-11-24 07:58:47 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-11-24 07:58:47 +0800
commitf05c55fadc3b71b840fd79a4ef8d32309c82b935 (patch)
tree5ed4496351609cb1c7f33ade8edd0f38556ef8c6 /calendar/gui/dialogs/copy-source-dialog.h
parente0cc63b07902740a58e399dd07c91a9a5a1c52bb (diff)
downloadgsoc2013-evolution-f05c55fadc3b71b840fd79a4ef8d32309c82b935.tar
gsoc2013-evolution-f05c55fadc3b71b840fd79a4ef8d32309c82b935.tar.gz
gsoc2013-evolution-f05c55fadc3b71b840fd79a4ef8d32309c82b935.tar.bz2
gsoc2013-evolution-f05c55fadc3b71b840fd79a4ef8d32309c82b935.tar.lz
gsoc2013-evolution-f05c55fadc3b71b840fd79a4ef8d32309c82b935.tar.xz
gsoc2013-evolution-f05c55fadc3b71b840fd79a4ef8d32309c82b935.tar.zst
gsoc2013-evolution-f05c55fadc3b71b840fd79a4ef8d32309c82b935.zip
fixed compilation errors.
2003-11-23 Rodrigo Moya <rodrigo@ximian.com> * gui/dialogs/copy-dialog-source.[ch]: fixed compilation errors. * gui/dialogs/Makefile.am: added missing header directories. svn path=/trunk/; revision=23472
Diffstat (limited to 'calendar/gui/dialogs/copy-source-dialog.h')
-rw-r--r--calendar/gui/dialogs/copy-source-dialog.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/copy-source-dialog.h b/calendar/gui/dialogs/copy-source-dialog.h
index d87d841afe..e3c750d8a0 100644
--- a/calendar/gui/dialogs/copy-source-dialog.h
+++ b/calendar/gui/dialogs/copy-source-dialog.h
@@ -22,8 +22,10 @@
#define COPY_SOURCE_DIALOG_H
#include <gtk/gtkwindow.h>
-#include <e-util/e-source.h>
+#include <libedataserver/e-source.h>
+#include <libecal/e-cal.h>
+#include <libecal/e-cal-util.h>
-gboolean copy_source_dialog (GtkWindow *parent, ESource *source);
+gboolean copy_source_dialog (GtkWindow *parent, ESource *source, CalObjType obj_type);
#endif