aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/evolution.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/evolution.h b/shell/evolution.h
new file mode 100644
index 0000000000..11e5b342f9
--- /dev/null
+++ b/shell/evolution.h
@@ -0,0 +1,7 @@
+#ifndef _EVOLUTION_H_
+#define _EVOLUTION_H_
+
+typedef struct _EShell EShell;
+typedef struct _EShellView EShellView;
+
+#endif