Update the documentation for vectorCreate.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5719 4a71c877-e1ca-e34f-864e-861f7616d084
master
Freddie Witherden 2008-07-31 18:39:59 +00:00
parent f0366a49ad
commit 30b0cfac27
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ typedef void (*mapCallback) (void *object);
/**
* Creates a new vector.
*
* @param destroyCb The callback function to call whenever an element is deleted
* or replaced.
* @return A pointer to the newly created vector on success; otherwise NULL.
*/
vector *vectorCreate(void);