aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-account-setup/exchange-change-password.h
diff options
context:
space:
mode:
authorSarfraaz Ahmed <asarfraaz@novell.com>2005-05-21 16:55:07 +0800
committerAhmed Sarfraaz <sarfraaz@src.gnome.org>2005-05-21 16:55:07 +0800
commitf3074e998b560938b0c904aabfb317d5764e71d6 (patch)
treecd6147ea3094b7cd10f3361a5e387677831f2c3f /plugins/exchange-account-setup/exchange-change-password.h
parentcedf3ee1ff16d652986fa86509ec2d4fb5ac0f58 (diff)
downloadgsoc2013-evolution-f3074e998b560938b0c904aabfb317d5764e71d6.tar
gsoc2013-evolution-f3074e998b560938b0c904aabfb317d5764e71d6.tar.gz
gsoc2013-evolution-f3074e998b560938b0c904aabfb317d5764e71d6.tar.bz2
gsoc2013-evolution-f3074e998b560938b0c904aabfb317d5764e71d6.tar.lz
gsoc2013-evolution-f3074e998b560938b0c904aabfb317d5764e71d6.tar.xz
gsoc2013-evolution-f3074e998b560938b0c904aabfb317d5764e71d6.tar.zst
gsoc2013-evolution-f3074e998b560938b0c904aabfb317d5764e71d6.zip
Added a bunch of files to create exchange plugins for UI changes
2005-05-21 Sarfraaz Ahmed <asarfraaz@novell.com> Added a bunch of files to create exchange plugins for UI changes * exchange-change-password.[ch]/.glade * exchange-delegates.[ch]/.glade * exchange-delegate-user.[ch] * exchange-folder-size.[ch] * exchange-folder-tree.glade svn path=/trunk/; revision=29398
Diffstat (limited to 'plugins/exchange-account-setup/exchange-change-password.h')
-rw-r--r--plugins/exchange-account-setup/exchange-change-password.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/exchange-account-setup/exchange-change-password.h b/plugins/exchange-account-setup/exchange-change-password.h
new file mode 100644
index 0000000000..155fff897b
--- /dev/null
+++ b/plugins/exchange-account-setup/exchange-change-password.h
@@ -0,0 +1,21 @@
+/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
+/* Copyright (C) 2004 Novell, Inc. */
+
+#ifndef __EXCHANGE_CHANGE_PASSWORD_H__
+#define __EXCHANGE_CHANGE_PASSWORD_H__
+
+#include <exchange/exchange-types.h>
+
+#ifdef __cplusplus
+extern "C" {
+#pragma }
+#endif /* __cplusplus */
+
+char *exchange_get_new_password (const char *existing_password,
+ gboolean voluntary);
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+#endif /* __EXCHANGE_CHANGE_PASSWORD_H__ */