diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2020-11-18 19:44:30 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2020-11-18 19:44:30 +0000 |
| commit | 30d21d279537e46629a697908d2d207c06bc310e (patch) | |
| tree | 1a3813aaa3be51504d2e5fba422cece04f79c9c8 /lib/libutil/libutil.h | |
| parent | ed0d16b01781f3d394510c898d6eeeb587c46aaa (diff) | |
Notes
Diffstat (limited to 'lib/libutil/libutil.h')
| -rw-r--r-- | lib/libutil/libutil.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h index 2ac5e975a2d7..bb96b2caa502 100644 --- a/lib/libutil/libutil.h +++ b/lib/libutil/libutil.h @@ -98,6 +98,8 @@ int flopen(const char *_path, int _flags, ...); int flopenat(int _dirfd, const char *_path, int _flags, ...); int forkpty(int *_amaster, char *_name, struct termios *_termp, struct winsize *_winp); +const char * + getlocalbase(void); void hexdump(const void *_ptr, int _length, const char *_hdr, int _flags); int humanize_number(char *_buf, size_t _len, int64_t _number, const char *_suffix, int _scale, int _flags); |
