diff options
author | nobody <nobody@localhost> | 2002-02-11 05:10:16 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-02-11 05:10:16 +0800 |
commit | 17adf3c0822f3a9028b45a85796c6e4ed8b61522 (patch) | |
tree | 2c681b46c6ec4a4ab7326e55b588d9758e0dd363 /e-util/e-db3-utils.h | |
parent | cfc4826ef837954667ec18d9df72786e73ff1e25 (diff) | |
download | gsoc2013-evolution-EOG_0_112_0.tar.gz gsoc2013-evolution-EOG_0_112_0.tar.zst gsoc2013-evolution-EOG_0_112_0.zip |
This commit was manufactured by cvs2svn to create tag 'EOG_0_112_0'.EOG_0_112_0
svn path=/tags/EOG_0_112_0/; revision=15645
Diffstat (limited to 'e-util/e-db3-utils.h')
-rw-r--r-- | e-util/e-db3-utils.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/e-util/e-db3-utils.h b/e-util/e-db3-utils.h deleted file mode 100644 index a574e59178..0000000000 --- a/e-util/e-db3-utils.h +++ /dev/null @@ -1,29 +0,0 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* - * db3 utils. - * - * Author: - * Chris Lahey <clahey@ximian.com> - * - * Copyright 2001, Ximian, Inc. - */ - -#ifndef __E_DB3_UTILS_H__ -#define __E_DB3_UTILS_H__ - -#include <glib.h> - -#ifdef __cplusplus -extern "C" { -#pragma } -#endif /* __cplusplus */ - -int e_db3_utils_maybe_recover (const char *filename); -int e_db3_utils_upgrade_format (const char *filename); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* ! __E_DB3_UTILS_H__ */ - |