aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/reflist.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2016-08-16 10:15:41 +0200
committerThomas White <taw@physics.org>2016-08-16 10:28:45 +0200
commit9990ed2bdf0e043b60d8450466404b8f98fa29ad (patch)
treea39924303ada2b9ffde003b4bfded877a4788f78 /libcrystfel/src/reflist.h
parent8785e174d9724d578bbf7e2811b9d60378a8fc4c (diff)
Add notes to RefList
Diffstat (limited to 'libcrystfel/src/reflist.h')
-rw-r--r--libcrystfel/src/reflist.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libcrystfel/src/reflist.h b/libcrystfel/src/reflist.h
index dac313a4..3f0ff783 100644
--- a/libcrystfel/src/reflist.h
+++ b/libcrystfel/src/reflist.h
@@ -3,11 +3,11 @@
*
* Fast reflection/peak list
*
- * Copyright © 2012-2015 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2016 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2011-2015 Thomas White <taw@physics.org>
+ * 2011-2016 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
@@ -138,6 +138,8 @@ extern int num_reflections(RefList *list);
extern int tree_depth(RefList *list);
extern void lock_reflection(Reflection *refl);
extern void unlock_reflection(Reflection *refl);
+extern const char *reflist_get_notes(RefList *reflist);
+extern void reflist_add_notes(RefList *reflist, const char *notes_add);
#ifdef __cplusplus
}