* 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>
|
2008-07-21 Seraphim Mellos <mellos@ceid.upatras.gr>
|
||||||
|
|
||||||
* README, NEWS, configure.in, lib/pam_defs.h, src/login.c: Add
|
* 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);
|
extern int getlong(const char *numstr, long int *result);
|
||||||
|
|
||||||
/* getrange */
|
/* getrange */
|
||||||
extern getrange(char *range,
|
extern int getrange(char *range,
|
||||||
unsigned long *min, bool *has_min,
|
unsigned long *min, bool *has_min,
|
||||||
unsigned long *max, bool *has_max);
|
unsigned long *max, bool *has_max);
|
||||||
|
|
||||||
/* fputsx.c */
|
/* fputsx.c */
|
||||||
extern char *fgetsx (char *, int, FILE *);
|
extern char *fgetsx (char *, int, FILE *);
|
||||||
|
Reference in New Issue
Block a user