diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-03-12 23:50:27 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-03-12 23:50:27 +0800 |
commit | d1aae0079ca3e647a5e925ea89517906d7deb991 (patch) | |
tree | 2498eac7044fecbd0729aba9e95305f49383ab04 /shell/eshell-types.h | |
parent | 1a038d63a03504de4587bc001367e206fbe4df64 (diff) | |
download | gsoc2013-evolution-d1aae0079ca3e647a5e925ea89517906d7deb991.tar.gz gsoc2013-evolution-d1aae0079ca3e647a5e925ea89517906d7deb991.tar.zst gsoc2013-evolution-d1aae0079ca3e647a5e925ea89517906d7deb991.zip |
forgotten file.
svn path=/trunk/; revision=2105
Diffstat (limited to 'shell/eshell-types.h')
-rw-r--r-- | shell/eshell-types.h | 10 |
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 */ + + |