Update the documentation for vectorCreate.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5719 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
f0366a49ad
commit
30b0cfac27
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue