diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-13 07:05:06 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-13 07:05:06 +0800 |
commit | becc84e5c51f8150b8db1fb28337fa55f7c14caf (patch) | |
tree | 2151389a9cc1d7682fc922f50a11a8ef1e479c4c /e-util/e-passwords.h | |
parent | 6c988be90916e1928b48b8ac7a8feceaed9f5c57 (diff) | |
download | gsoc2013-evolution-becc84e5c51f8150b8db1fb28337fa55f7c14caf.tar.gz gsoc2013-evolution-becc84e5c51f8150b8db1fb28337fa55f7c14caf.tar.zst gsoc2013-evolution-becc84e5c51f8150b8db1fb28337fa55f7c14caf.zip |
add e-password.h (libeutil_la_SOURCES): add e-password.c
2002-11-12 Chris Toshok <toshok@ximian.com>
* Makefile.am
(eutilinclude_HEADERS): add e-password.h
(libeutil_la_SOURCES): add e-password.c
* e-passwords.[ch]: port this to gnome2's gnome-config-private.
svn path=/trunk/; revision=18727
Diffstat (limited to 'e-util/e-passwords.h')
-rw-r--r-- | e-util/e-passwords.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/e-util/e-passwords.h b/e-util/e-passwords.h index aad7e8569c..12d087fe97 100644 --- a/e-util/e-passwords.h +++ b/e-util/e-passwords.h @@ -24,13 +24,9 @@ #define _E_PASSWORD_H_ #include <glib.h> -#include <bonobo/bonobo-ui-component.h> #include <gtk/gtkwindow.h> -#ifdef __cplusplus -extern "C" { -#pragma } -#endif /* __cplusplus */ +G_BEGIN_DECLS void e_passwords_init (const char *component); void e_passwords_shutdown (void); @@ -54,8 +50,6 @@ char * e_passwords_ask_password (const char *title, const char *key, gboolean *remember, GtkWindow *parent); -#ifdef __cplusplus -} -#endif /* __cplusplus */ +G_END_DECLS #endif /* _E_PASSWORD_H_ */ |