From d1aae0079ca3e647a5e925ea89517906d7deb991 Mon Sep 17 00:00:00 2001 From: Bertrand Guiheneuf Date: Sun, 12 Mar 2000 15:50:27 +0000 Subject: forgotten file. svn path=/trunk/; revision=2105 --- shell/eshell-types.h | 10 ++++++++++ shell/evolution-service-repository.c | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 shell/eshell-types.h (limited to 'shell') 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 #include "evolution-service-repository.h" -/* Parent GTK object class */ +/* Parent class */ static BonoboObjectClass *evolution_service_repository_parent_class; /** -- cgit v1.2.3