* lib/prototypes.h: Fix getrange prototype.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2008-07-22 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* lib/prototypes.h: Fix getrange prototype.
|
||||
|
||||
2008-07-21 Seraphim Mellos <mellos@ceid.upatras.gr>
|
||||
|
||||
* README, NEWS, configure.in, lib/pam_defs.h, src/login.c: Add
|
||||
|
@ -109,7 +109,7 @@ extern int find_new_uid (bool sys_user, uid_t *uid, uid_t const *preferred_uid);
|
||||
extern int getlong(const char *numstr, long int *result);
|
||||
|
||||
/* getrange */
|
||||
extern getrange(char *range,
|
||||
extern int getrange(char *range,
|
||||
unsigned long *min, bool *has_min,
|
||||
unsigned long *max, bool *has_max);
|
||||
|
||||
|
Reference in New Issue
Block a user