[accounts-dialog] Fix declarations



commit c058a5e00259e6330ca57b1796ccad1b30b72cec
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Feb 4 15:20:13 2010 -0500

    Fix declarations

 src/run-passwd.c |    2 +-
 src/run-passwd.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/run-passwd.c b/src/run-passwd.c
index 731ffc2..479ca1b 100644
--- a/src/run-passwd.c
+++ b/src/run-passwd.c
@@ -604,7 +604,7 @@ update_password (PasswdHandler *passwd_handler)
 
 
 PasswdHandler *
-passwd_init ()
+passwd_init (void)
 {
         PasswdHandler *passwd_handler;
 
diff --git a/src/run-passwd.h b/src/run-passwd.h
index 1735ddb..2b07185 100644
--- a/src/run-passwd.h
+++ b/src/run-passwd.h
@@ -40,7 +40,7 @@ typedef enum {
 } PasswdError;
 
 
-PasswdHandler *passwd_init                ();
+PasswdHandler *passwd_init                (void);
 
 void           passwd_destroy             (PasswdHandler *passwd_handler);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]