mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-06-03 13:31:56 +02:00
Add missing semicolon to bsd_getopt() declaration
Accidentally lost in commit 4a6303ba3b64504ab0077b9cfebd2a4b918d531d.
This commit is contained in:
parent
4a6303ba3b
commit
059f89ca95
@ -49,7 +49,7 @@ extern int optreset;
|
|||||||
#define getopt(argc, argv, optstr) bsd_getopt(argc, argv, optstr)
|
#define getopt(argc, argv, optstr) bsd_getopt(argc, argv, optstr)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int bsd_getopt(int argc, char * const argv[], const char *shortopts)
|
int bsd_getopt(int argc, char * const argv[], const char *shortopts);
|
||||||
|
|
||||||
mode_t getmode(const void *set, mode_t mode);
|
mode_t getmode(const void *set, mode_t mode);
|
||||||
void *setmode(const char *mode_str);
|
void *setmode(const char *mode_str);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user