projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fffd181
)
Added missing prototype for new list function.
author
Christopher John Purnell
<cjp@lost.org.uk>
Mon, 1 Dec 2003 17:59:42 +0000
(17:59 +0000)
committer
Christopher 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
patch
|
blob
|
history
diff --git
a/src/freeglut_internal.h
b/src/freeglut_internal.h
index
03b08bf
..
1c07129
100644
(file)
--- 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