aboutsummaryrefslogtreecommitdiffstats
path: root/modules/cal-config-google/module-cal-config-google.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/cal-config-google/module-cal-config-google.h')
-rw-r--r--modules/cal-config-google/module-cal-config-google.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/cal-config-google/module-cal-config-google.h b/modules/cal-config-google/module-cal-config-google.h
new file mode 100644
index 0000000000..89dc1c154d
--- /dev/null
+++ b/modules/cal-config-google/module-cal-config-google.h
@@ -0,0 +1,25 @@
+/*
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+#ifndef MODULE_CAL_CONFIG_GOOGLE_H
+#define MODULE_CAL_CONFIG_GOOGLE_H
+
+#include <glib.h>
+#include <libebackend/libebackend.h>
+
+void e_cal_config_google_type_register (GTypeModule *type_module);
+void e_cal_config_gtasks_type_register (GTypeModule *type_module);
+
+#endif /* MODULE_CAL_CONFIG_GOOGLE_H */