* lib/prototypes.h: Fix getrange prototype.
This commit is contained in:
parent
a674a2e6fd
commit
d4eced9b84
@ -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,9 +109,9 @@ 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,
|
||||
unsigned long *min, bool *has_min,
|
||||
unsigned long *max, bool *has_max);
|
||||
extern int getrange(char *range,
|
||||
unsigned long *min, bool *has_min,
|
||||
unsigned long *max, bool *has_max);
|
||||
|
||||
/* fputsx.c */
|
||||
extern char *fgetsx (char *, int, FILE *);
|
||||
|
Loading…
Reference in New Issue
Block a user