From 6055caa963816364b4fefd32c3bd3d06ea968a85 Mon Sep 17 00:00:00 2001 From: Christopher John Purnell Date: Mon, 1 Dec 2003 17:59:42 +0000 Subject: [PATCH] Added missing prototype for new list function. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@373 7f0cb862-5218-0410-a997-914c9d46530a --- src/freeglut_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index 03b08bf..1c07129 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -810,6 +810,7 @@ void fgListInit(SFG_List *list); void fgListAppend(SFG_List *list, SFG_Node *node); void fgListRemove(SFG_List *list, SFG_Node *node); int fgListLength(SFG_List *list); +void fgListInsert(SFG_List *list, SFG_Node *next, SFG_Node *node); /* * Error Messages functions -- 1.7.10.4