From d7ca0c3e555ef0b5250873ddce48ccf2326b017a Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Sat, 25 Jan 2014 00:07:30 +0000 Subject: Imported Upstream version 0.7.6 --- llist.h | 1 - 1 file changed, 1 deletion(-) (limited to 'llist.h') 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); -- cgit v1.2.3