* normal/auth.c (punishment_delay): Moved from here ...
(grub_auth_strcmp): ... to here (inside function).
+2009-11-09 Robert Millan <rmh.grub@aybabtu.com>
+
+ * normal/auth.c (punishment_delay): Moved from here ...
+ (grub_auth_strcmp): ... to here (inside function).
+
2009-11-09 Robert Millan <rmh.grub@aybabtu.com>
* include/grub/list.h (struct grub_named_list): Remove `const'
};
struct grub_auth_user *users = NULL;
-static unsigned long punishment_delay = 1;
int
grub_auth_strcmp (const char *s1, const char *s2)
char login[1024];
struct grub_auth_user *cur = NULL;
grub_err_t err;
+ static unsigned long punishment_delay = 1;
auto int hook (grub_list_t item);
int hook (grub_list_t item)