aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-store.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-store.h')
-rw-r--r--camel/camel-store.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/camel/camel-store.h b/camel/camel-store.h
index 34627918e2..4a0fb416f0 100644
--- a/camel/camel-store.h
+++ b/camel/camel-store.h
@@ -4,8 +4,10 @@
/*
*
* Authors: Bertrand Guiheneuf <bertrand@helixcode.com>
+ * Michael Zucchi <NotZed@ximian.com>
+ * Jeffrey Stedfast <fejj@ximian.com>
*
- * Copyright 1999, 2000 Ximian, Inc. (www.ximian.com)
+ * Copyright 1999, 2003 Ximian, Inc. (www.ximian.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
@@ -30,7 +32,7 @@
#ifdef __cplusplus
extern "C" {
#pragma }
-#endif /* __cplusplus }*/
+#endif /* __cplusplus */
/* for mode_t */
#include <sys/types.h>
@@ -226,9 +228,6 @@ void camel_store_noop (CamelStore *store,
gboolean camel_store_uri_cmp (CamelStore *store, const char *uria, const char *urib);
-/* utility needed by some stores */
-int camel_mkdir_hier (const char *path, mode_t mode);
-
#ifdef __cplusplus
}
#endif /* __cplusplus */