aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/e-ldap-storage.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-07-06 02:26:05 +0800
committerChris Toshok <toshok@src.gnome.org>2000-07-06 02:26:05 +0800
commitca5704f99607dc1adf3d45387eb432a98500d3ab (patch)
tree0f450f01e659e4d6c6f7efdc49c1ff72967e54bb /addressbook/gui/component/e-ldap-storage.h
parent6cfd18ee1c0ac3ba06fdf1341e97bc8a6acd05ad (diff)
downloadgsoc2013-evolution-ca5704f99607dc1adf3d45387eb432a98500d3ab.tar
gsoc2013-evolution-ca5704f99607dc1adf3d45387eb432a98500d3ab.tar.gz
gsoc2013-evolution-ca5704f99607dc1adf3d45387eb432a98500d3ab.tar.bz2
gsoc2013-evolution-ca5704f99607dc1adf3d45387eb432a98500d3ab.tar.lz
gsoc2013-evolution-ca5704f99607dc1adf3d45387eb432a98500d3ab.tar.xz
gsoc2013-evolution-ca5704f99607dc1adf3d45387eb432a98500d3ab.tar.zst
gsoc2013-evolution-ca5704f99607dc1adf3d45387eb432a98500d3ab.zip
remove hack to read "uri" file from local directory.
2000-07-05 Chris Toshok <toshok@helixcode.com> * gui/component/addressbook.c (set_prop): remove hack to read "uri" file from local directory. * gui/component/Makefile.am (evolution_addressbook_SOURCES): add e-ldap-storage.{c,h} * gui/component/addressbook-component.c (owner_set_cb): call setup_ldap_storage. * gui/component/e-ldap-storage.c (setup_ldap_storage): Register the LDAP storage and load the .xml file. (load_ldap_data): function to load our xml file. (save_ldap_data): function to save our xml file. svn path=/trunk/; revision=3890
Diffstat (limited to 'addressbook/gui/component/e-ldap-storage.h')
-rw-r--r--addressbook/gui/component/e-ldap-storage.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/addressbook/gui/component/e-ldap-storage.h b/addressbook/gui/component/e-ldap-storage.h
new file mode 100644
index 0000000000..c91a060dca
--- /dev/null
+++ b/addressbook/gui/component/e-ldap-storage.h
@@ -0,0 +1,31 @@
+/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
+/* e-ldap-storage.h
+ *
+ * Copyright (C) 2000 Helix Code, Inc.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ *
+ * Author: Chris Toshok
+ */
+
+#ifndef __E_LDAP_STORAGE_H__
+#define __E_LDAP_STORAGE_H__
+
+#include "evolution-shell-component.h"
+
+void setup_ldap_storage (EvolutionShellComponent *shell_component);
+
+#endif /* __E_LDAP_STORAGE_H__ */