aboutsummaryrefslogtreecommitdiff
path: root/src/reflist.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-07-01 11:45:17 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:31 +0100
commite823e546e3a4b78f52136c56669713dae8f3ebde (patch)
treeb6512877648b10a20b23b58993113756e6fe3dbd /src/reflist.h
parent9f05527e9b168fe466e076a626eab7556413220f (diff)
New deserialization framework makes loading reflection lists much faster
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);