aboutsummaryrefslogtreecommitdiffstats
path: root/llist.h
diff options
context:
space:
mode:
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);