mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
Add a missing prototype
Former-commit-id: 6c5b476f30adba6e0eb41e11e152124090c3f04e
This commit is contained in:
@@ -251,8 +251,7 @@ void CursiToTop(StackiPtr stki)
|
||||
|
||||
} /* end of CursiToTop */
|
||||
|
||||
void CursiToBottom(stki)
|
||||
StackiPtr stki;
|
||||
void CursiToBottom(StackiPtr stki)
|
||||
{
|
||||
stki->cursor = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user