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 | |
parent | 1a038d63a03504de4587bc001367e206fbe4df64 (diff) | |
download | gsoc2013-evolution-d1aae0079ca3e647a5e925ea89517906d7deb991.tar gsoc2013-evolution-d1aae0079ca3e647a5e925ea89517906d7deb991.tar.gz gsoc2013-evolution-d1aae0079ca3e647a5e925ea89517906d7deb991.tar.bz2 gsoc2013-evolution-d1aae0079ca3e647a5e925ea89517906d7deb991.tar.lz gsoc2013-evolution-d1aae0079ca3e647a5e925ea89517906d7deb991.tar.xz gsoc2013-evolution-d1aae0079ca3e647a5e925ea89517906d7deb991.tar.zst gsoc2013-evolution-d1aae0079ca3e647a5e925ea89517906d7deb991.zip |
forgotten file.
svn path=/trunk/; revision=2105
-rw-r--r-- | shell/eshell-types.h | 10 | ||||
-rw-r--r-- | shell/evolution-service-repository.c | 2 |
2 files changed, 11 insertions, 1 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 */ + + diff --git a/shell/evolution-service-repository.c b/shell/evolution-service-repository.c index d2f525f995..8151e4960f 100644 --- a/shell/evolution-service-repository.c +++ b/shell/evolution-service-repository.c @@ -5,7 +5,7 @@ #include <gtk/gtkmarshal.h> #include "evolution-service-repository.h" -/* Parent GTK object class */ +/* Parent class */ static BonoboObjectClass *evolution_service_repository_parent_class; /** |