From 634df68e317da5446c32b63edb850845872c916e Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Wed, 8 Feb 2006 22:20:02 +0000 Subject: Add functions find_btpd_dir. --- misc/subr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'misc/subr.h') 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 -- cgit 1.4.1