diff options
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index 730fbad..67477b5 100644 --- a/src/utils.h +++ b/src/utils.h | |||
| @@ -54,6 +54,7 @@ void collection_add(struct collection *col, void *element); | |||
| 54 | void collection_remove(struct collection *col, void *element); | 54 | void collection_remove(struct collection *col, void *element); |
| 55 | int collection_count(struct collection *col); | 55 | int collection_count(struct collection *col); |
| 56 | void collection_free(struct collection *col); | 56 | void collection_free(struct collection *col); |
| 57 | void collection_copy(struct collection *dest, struct collection *src); | ||
| 57 | 58 | ||
| 58 | #define MERGE_(a,b) a ## _ ## b | 59 | #define MERGE_(a,b) a ## _ ## b |
| 59 | #define LABEL_(a,b) MERGE_(a, b) | 60 | #define LABEL_(a,b) MERGE_(a, b) |
