Added missing prototype for new list function.
authorChristopher John Purnell <cjp@lost.org.uk>
Mon, 1 Dec 2003 17:59:42 +0000 (17:59 +0000)
committerChristopher John Purnell <cjp@lost.org.uk>
Mon, 1 Dec 2003 17:59:42 +0000 (17:59 +0000)
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

index 03b08bf..1c07129 100644 (file)
@@ -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