mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-15 15:16:53 +02:00
Move fmtcheck and fgetln declarations to <bsd/stdio.h>
This is were they are located on the BSDs.
This commit is contained in:
@@ -37,7 +37,8 @@
|
||||
/* For compatibility with NetBSD, which defines humanize_number here. */
|
||||
#include <libutil.h>
|
||||
|
||||
/* FIXME: Temporary inclusion to avoid API breakage, will be removed soon. */
|
||||
/* FIXME: Temporary inclusions to avoid API breakage, will be removed soon. */
|
||||
#include <bsd/stdio.h>
|
||||
#include <bsd/unistd.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
@@ -47,8 +48,6 @@ void arc4random_addrandom(u_char *dat, int datlen);
|
||||
|
||||
int dehumanize_number(const char *str, int64_t *size);
|
||||
|
||||
const char *fmtcheck (const char *, const char *);
|
||||
|
||||
char *getprogname ();
|
||||
void setprogname (char *);
|
||||
|
||||
|
Reference in New Issue
Block a user