diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-19 04:02:06 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-19 04:02:06 +0800 |
commit | b44f4b40e239c4c481eef4ef94c10d8159e72ef2 (patch) | |
tree | 1ce2a93e6f531add200d31fa3a8ab2de77cf261d /e-util/e-db3-utils.h | |
parent | 45e03ba1dee9a53af1b0798a5b7149cf8000ca36 (diff) | |
download | gsoc2013-evolution-b44f4b40e239c4c481eef4ef94c10d8159e72ef2.tar.gz gsoc2013-evolution-b44f4b40e239c4c481eef4ef94c10d8159e72ef2.tar.zst gsoc2013-evolution-b44f4b40e239c4c481eef4ef94c10d8159e72ef2.zip |
remove db3 library, if you really want it, get it from e-d-s
2003-11-18 JP Rosevear <jpr@ximian.com>
* Makefile.am: remove db3 library, if you really want it, get it
from e-d-s
svn path=/trunk/; revision=23424
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__ */ - |