diff options
Diffstat (limited to 'misc/subr.h')
| -rw-r--r-- | misc/subr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/subr.h b/misc/subr.h index 0a6223a..1b9c90d 100644 --- a/misc/subr.h +++ b/misc/subr.h @@ -20,8 +20,6 @@ void set_bit(uint8_t *bits, unsigned long index); int has_bit(const uint8_t *bits, unsigned long index); void clear_bit(uint8_t *bits, unsigned long index); -int canon_path(const char *path, char **res); - long rand_between(long min, long max); int read_fully(int fd, void *buf, size_t len); |