chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge tag 'branchpoint-5.1' into release
[disorder]
/
lib
/
vector.h
diff --git
a/lib/vector.h
b/lib/vector.h
index 31dfeda5e86ffee911719a8e901a1e927f781cdc..da84784e39ab0e45be79cff6b85a2a86b325cee1 100644
(file)
--- a/
lib/vector.h
+++ b/
lib/vector.h
@@
-1,6
+1,6
@@
/*
* This file is part of DisOrder.
/*
* This file is part of DisOrder.
- * Copyright (C) 2004, 2005, 2007
, 2008
Richard Kettlewell
+ * Copyright (C) 2004, 2005, 2007
-2009
Richard Kettlewell
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@
-94,6
+94,9
@@
static inline void dynstr_append_string(struct dynstr *v, const char *ptr) {
dynstr_append_bytes(v, ptr, strlen(ptr));
}
dynstr_append_bytes(v, ptr, strlen(ptr));
}
+void free_strings(int nvec, char **vec);
+void vector_clear(struct vector *v);
+
#endif /* VECTOR_H */
/*
#endif /* VECTOR_H */
/*