summary refs log tree commit diff
path: root/misc/subr.h
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2006-02-08 17:04:44 +0000
committerRichard Nyberg <rnyberg@murmeldjur.se>2006-02-08 17:04:44 +0000
commit8d05b64fa1b7abb7e46e10eb98f763aa858013e4 (patch)
treebaf4e563fb7c0208356f6245b1d26ea5da0c680a /misc/subr.h
parent273294989e56fe80205562253e9d779c34660d2f (diff)
downloadbtpd-8d05b64fa1b7abb7e46e10eb98f763aa858013e4.tar.gz
btpd-8d05b64fa1b7abb7e46e10eb98f763aa858013e4.zip
Remove unused function canon_path.
Diffstat (limited to 'misc/subr.h')
-rw-r--r--misc/subr.h2
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);