aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-account-setup/exchange-change-password.h
diff options
context:
space:
mode:
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, 0 insertions, 21 deletions
diff --git a/plugins/exchange-account-setup/exchange-change-password.h b/plugins/exchange-account-setup/exchange-change-password.h
deleted file mode 100644
index 155fff897b..0000000000
--- a/plugins/exchange-account-setup/exchange-change-password.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* -*- 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__ */