diff options
author | Sarfraaz Ahmed <asarfraaz@novell.com> | 2005-06-13 20:39:20 +0800 |
---|---|---|
committer | Ahmed Sarfraaz <sarfraaz@src.gnome.org> | 2005-06-13 20:39:20 +0800 |
commit | d12d5fd082bd480bd9b635dbdae72d439730273a (patch) | |
tree | 83aab9a5eb38958a1828d20a1a09cfb8c980d4a1 /plugins/exchange-operations/exchange-delegates.h | |
parent | 571d426db5c37683f03e2c95d3feea7e3d2905ec (diff) | |
download | gsoc2013-evolution-d12d5fd082bd480bd9b635dbdae72d439730273a.tar.gz gsoc2013-evolution-d12d5fd082bd480bd9b635dbdae72d439730273a.tar.zst gsoc2013-evolution-d12d5fd082bd480bd9b635dbdae72d439730273a.zip |
Added a new plugin directory for renaming exchange-account-setup as
2005-06-12 Sarfraaz Ahmed <asarfraaz@novell.com>
* plugins/exchange-operations : Added a new plugin directory for
renaming exchange-account-setup as exchange-operations.
svn path=/trunk/; revision=29498
Diffstat (limited to 'plugins/exchange-operations/exchange-delegates.h')
-rw-r--r-- | plugins/exchange-operations/exchange-delegates.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/exchange-operations/exchange-delegates.h b/plugins/exchange-operations/exchange-delegates.h new file mode 100644 index 0000000000..be8f4f89e3 --- /dev/null +++ b/plugins/exchange-operations/exchange-delegates.h @@ -0,0 +1,21 @@ +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* Copyright (C) 2002-2004 Novell, Inc. */ + +#ifndef __EXCHANGE_DELEGATES_H__ +#define __EXCHANGE_DELEGATES_H__ + +#include <exchange-types.h> +#include <gtk/gtkwidget.h> + +#ifdef __cplusplus +extern "C" { +#pragma } +#endif /* __cplusplus */ + +void exchange_delegates (ExchangeAccount *account, GtkWidget *parent); + +#ifdef __cplusplus +} +#endif /* __cplusplus */ + +#endif /* __EXCHANGE_DELEGATES_CONTROL_H__ */ |