add doc for get_current_tag_number()

This commit is contained in:
Julien Danjou 2007-10-26 22:00:00 +02:00
parent c817b07d9a
commit 8b7561cb89
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
/** Find the index of the first currently selected tag
* \param tags the array of tags to search
* \param ntags number of elements in above array
* \return tag number
*/
int
get_current_tag_number(Tag *tags, int ntags)