aboutsummaryrefslogtreecommitdiffstats
path: root/shell/eshell-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/eshell-types.h')
-rw-r--r--shell/eshell-types.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/eshell-types.h b/shell/eshell-types.h
new file mode 100644
index 0000000000..a5e82dfcfc
--- /dev/null
+++ b/shell/eshell-types.h
@@ -0,0 +1,10 @@
+#ifndef ESHELL_TYPES_H
+#define ESHELL_TYPES_H 1
+
+typedef struct _EFolder EFolder;
+typedef struct _EService EService;
+
+
+#endif /* ESHELL_TYPES_H */
+
+