aboutsummaryrefslogtreecommitdiffstats
path: root/llist.h
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2014-01-25 00:07:31 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2014-01-25 00:07:31 +0000
commitb7fe9575ab40a3bcde643a8ae8750ca6fd2aaad7 (patch)
treed220eddc3489f44845e9855e901290f7f712a626 /llist.h
parentbea11309641a93ea51622fc85331d3960011afe4 (diff)
parentd7ca0c3e555ef0b5250873ddce48ccf2326b017a (diff)
downloadwavemon-b7fe9575ab40a3bcde643a8ae8750ca6fd2aaad7.tar.gz
Merge tag 'upstream/0.7.6'
Upstream version 0.7.6
Diffstat (limited to 'llist.h')
-rw-r--r--llist.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llist.h b/llist.h
index d914597..da62bfd 100644
--- a/llist.h
+++ b/llist.h
@@ -25,6 +25,5 @@ void *ll_getall(int ld);
void ll_reset(int ld);
void ll_push(int ld, const char *format, ...);
void ll_replace(int ld, unsigned long n, const char *format, ...);
-signed long ll_scan(int ld, const char *format, ...);
unsigned long ll_size(int ld);
void ll_destroy(int ld);