aboutsummaryrefslogtreecommitdiffstats
path: root/llist.h
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2014-01-25 00:07:30 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2014-01-25 00:07:30 +0000
commitd7ca0c3e555ef0b5250873ddce48ccf2326b017a (patch)
tree52fc801f0893eb7752524b2602d420afbda4ed59 /llist.h
parent3645c236e9720deb696e7aebc33cd9a6d8cbbdc6 (diff)
downloadwavemon-d7ca0c3e555ef0b5250873ddce48ccf2326b017a.tar.gz
Imported Upstream version 0.7.6upstream/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);