aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h
index 46ce51a6..a7433d28 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -199,7 +199,7 @@ extern int find_item(ReflItemList *items,
extern struct refl_item *get_item(ReflItemList *items, int i);
extern int num_items(const ReflItemList *items);
extern unsigned int *items_to_counts(ReflItemList *items);
-
+extern void union_op_items(ReflItemList *items, ReflItemList *newi);
/* ------------------------------ Message macros ---------------------------- */