diff options
| author | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-02-08 22:20:02 +0000 |
|---|---|---|
| committer | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-02-08 22:20:02 +0000 |
| commit | 634df68e317da5446c32b63edb850845872c916e (patch) | |
| tree | edd3d483a9105ecf902c66fbeaf7c32ebfacae88 /misc/subr.h | |
| parent | 8d05b64fa1b7abb7e46e10eb98f763aa858013e4 (diff) | |
| download | btpd-634df68e317da5446c32b63edb850845872c916e.tar.gz btpd-634df68e317da5446c32b63edb850845872c916e.zip | |
Add functions find_btpd_dir.
Diffstat (limited to 'misc/subr.h')
| -rw-r--r-- | misc/subr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/subr.h b/misc/subr.h index 1b9c90d..9260ed9 100644 --- a/misc/subr.h +++ b/misc/subr.h @@ -25,4 +25,6 @@ long rand_between(long min, long max); int read_fully(int fd, void *buf, size_t len); int write_fully(int fd, const void *buf, size_t len); +char *find_btpd_dir(void); + #endif |