From 7650ae10e77d0058fe617ef670bad60349b45fed Mon Sep 17 00:00:00 2001 From: jcid Date: Fri, 4 Apr 2008 00:23:21 +0200 Subject: - Fixed a SEGFAULT bug in http.c (handling of web->url). - Fixed handling of #anchors with repush, and other operations. --- dlib/dlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dlib') diff --git a/dlib/dlib.h b/dlib/dlib.h index 3eeb34de..d86adc96 100644 --- a/dlib/dlib.h +++ b/dlib/dlib.h @@ -133,6 +133,7 @@ Dlist *dList_new(int size); void dList_free (Dlist *lp); void dList_append (Dlist *lp, void *data); void dList_prepend (Dlist *lp, void *data); +void dList_insert_pos (Dlist *lp, void *data, int pos0); int dList_length (Dlist *lp); void dList_remove (Dlist *lp, const void *data); void dList_remove_fast (Dlist *lp, const void *data); -- cgit v1.2.3