aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_strutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gensvm_strutil.h')
-rw-r--r--include/gensvm_strutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gensvm_strutil.h b/include/gensvm_strutil.h
index efaa5ec..acdd0c0 100644
--- a/include/gensvm_strutil.h
+++ b/include/gensvm_strutil.h
@@ -19,7 +19,7 @@ bool str_startswith(const char *str, const char *pre);
bool str_endswith(const char *str, const char *suf);
void next_line(FILE *fid, char *filename);
-void get_line(FILE *fid, char *filename, char *buffer);
+char *get_line(FILE *fid, char *filename, char *buffer);
double get_fmt_double(FILE *fid, char *filename, const char *fmt);
long get_fmt_long(FILE *fid, char *filename, const char *fmt);