aboutsummaryrefslogtreecommitdiff
path: root/src/reflist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflist.h')
-rw-r--r--src/reflist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reflist.h b/src/reflist.h
index 580ea33c..393ac172 100644
--- a/src/reflist.h
+++ b/src/reflist.h
@@ -77,6 +77,8 @@ extern void set_symmetric_indices(Reflection *refl,
/* Insertion */
extern Reflection *add_refl(RefList *list,
signed int h, signed int k, signed int l);
+extern Reflection *add_serialised_refl(RefList *list, signed int h,
+ signed int k, signed int l);
/* Deletion */
extern void delete_refl(Reflection *refl);