aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-init.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-init.h')
-rw-r--r--shell/e-init.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/e-init.h b/shell/e-init.h
new file mode 100644
index 0000000000..5684f87b44
--- /dev/null
+++ b/shell/e-init.h
@@ -0,0 +1,8 @@
+#ifndef E_INIT_H
+#define E_INIT_H
+
+extern char *evolution_base_dir;
+
+void e_init (void);
+
+#endif /* E_INIT_H */