aboutsummaryrefslogtreecommitdiffstats
path: root/vector.h
Commit message (Expand)AuthorAgeFilesLines
* Use argv_array in place of vector•••Instead of using our own vector implementation, use argv_array from Git which has been specifically designed for dynamic size argv arrays. Drop vector.h and vector.c which are no longer needed. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> Lukas Fleischer2014-01-081-17/+0
* Add vector utility functions•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2010-11-101-0/+17