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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/subr.h b/misc/subr.h
index 8ef962c..fd9e002 100644
--- a/misc/subr.h
+++ b/misc/subr.h
@@ -36,5 +36,6 @@ int write_fully(int fd, const void *buf, size_t len);
 void *read_file(const char *path, void *buf, size_t *size);
 
 char *find_btpd_dir(void);
+int make_abs_path(const char *in, char *out);
 
 #endif