Skip to content

Commit

Permalink
Fix prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Nov 21, 2010
1 parent 61202f0 commit 094ac46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stack.h
Expand Up @@ -47,7 +47,7 @@ _Bool pnt_stack_exists(PntStack * const pnt_stack, const void * const pnt);
int init_pnt_stack_iterator(PntStackIterator * const pnt_stack_iterator,
PntStack * const pnt_stack);

void pnt_stack_iterator_rewind(PntStackIterator * const pnt_stack_iterator);
int pnt_stack_iterator_rewind(PntStackIterator * const pnt_stack_iterator);
void *pnt_stack_iterator_next(PntStackIterator * const pnt_stack_iterator);
void *pnt_stack_cyterator_next(PntStackIterator * const pnt_stack_iterator);

Expand Down

0 comments on commit 094ac46

Please sign in to comment.