about summary refs log tree commit diff
path: root/misc/subr.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/subr.h')
-rw-r--r--misc/subr.h2
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