diff options
author | Thomas White <taw@physics.org> | 2011-04-21 14:46:12 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:24 +0100 |
commit | 6ae30d0ec2cb6d9db16ce649883f424be3f7a667 (patch) | |
tree | f6d5676cda6bc39f91abf44ab2840bc2a9922932 /src | |
parent | 9ade59074851b3d0964f52bd25ae1861efd7f89d (diff) |
Update docs
Diffstat (limited to 'src')
-rw-r--r-- | src/reflist-utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |