From 6ae30d0ec2cb6d9db16ce649883f424be3f7a667 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 21 Apr 2011 14:46:12 +0200 Subject: Update docs --- src/reflist-utils.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/reflist-utils.c b/src/reflist-utils.c index 19ce0ee8..ea590aaf 100644 --- a/src/reflist-utils.c +++ b/src/reflist-utils.c @@ -251,6 +251,8 @@ void write_reflections_to_file(FILE *fh, RefList *list, UnitCell *cell) * * This is a convenience function which simply opens @file and then calls * write_reflections_to_file. + * + * Returns: zero on success, non-zero on failure. **/ int write_reflist(const char *filename, RefList *list, UnitCell *cell) { -- cgit v1.2.3