diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-17 15:33:49 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-17 15:33:49 +0800 |
commit | 41342256b0630e710eab054bcf404bf855dc68f1 (patch) | |
tree | 8e5c36c538ec26671b836b58ceb1b53dee1bf1f0 /shell/evolution.h | |
parent | 79cda322e2840620d98411c9d7ec9226c365b922 (diff) | |
download | gsoc2013-evolution-41342256b0630e710eab054bcf404bf855dc68f1.tar gsoc2013-evolution-41342256b0630e710eab054bcf404bf855dc68f1.tar.gz gsoc2013-evolution-41342256b0630e710eab054bcf404bf855dc68f1.tar.bz2 gsoc2013-evolution-41342256b0630e710eab054bcf404bf855dc68f1.tar.lz gsoc2013-evolution-41342256b0630e710eab054bcf404bf855dc68f1.tar.xz gsoc2013-evolution-41342256b0630e710eab054bcf404bf855dc68f1.tar.zst gsoc2013-evolution-41342256b0630e710eab054bcf404bf855dc68f1.zip |
Add missing file -mig
svn path=/trunk/; revision=1577
Diffstat (limited to 'shell/evolution.h')
-rw-r--r-- | shell/evolution.h | 7 |
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 |