diff options
Diffstat (limited to 'capplets/about-me/mate-about-me-password.h')
-rw-r--r-- | capplets/about-me/mate-about-me-password.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/capplets/about-me/mate-about-me-password.h b/capplets/about-me/mate-about-me-password.h new file mode 100644 index 00000000..39f67cd8 --- /dev/null +++ b/capplets/about-me/mate-about-me-password.h @@ -0,0 +1,9 @@ +#ifndef __MATE_ABOUT_ME_PASSWORD_H__ +#define __MATE_ABOUT_ME_PASSWORD_H__ + +#include <gtk/gtk.h> + +void +mate_about_me_password (GtkWindow *parent); + +#endif /* __MATE_ABOUT_ME_PASSWORD_H__ */ |