user-accounts: fix compilation warning and function name

https://bugzilla.gnome.org/show_bug.cgi?id=704741
This commit is contained in:
Ondrej Holy 2013-07-23 14:19:43 +02:00
parent f342aa4254
commit 8c43927d83
4 changed files with 4 additions and 4 deletions

View file

@ -29,4 +29,4 @@ gdouble pw_strength (const gchar *password,
const gchar **hint,
const gchar **long_hints,
gint *strength_level);
int pw_strenght_hint_get_width_chars ();
int pw_strength_hint_get_width_chars (void);