summaryrefslogtreecommitdiffstats
path: root/src/file.h
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-06 18:10:14 -0300
committerAndrés <andmarti@gmail.com>2021-03-06 18:10:14 -0300
commitc9c193b9e5411a08ccda8d3d0f12a6cd9c7a6df8 (patch)
tree70d39c71c881cf3c142aeccfcbfd14d1a56c4db0 /src/file.h
parent95e5f079a69e20ed1116d44b57400c1ccb76529b (diff)
added loading progress - issue #499
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/file.h b/src/file.h
index 49b24f9..9aec6b6 100644
--- a/src/file.h
+++ b/src/file.h
@@ -74,6 +74,7 @@ void export_plain(char * fname, int r0, int c0, int rn, int cn);
void export_markdown(char * fname, int r0, int c0, int rn, int cn);
void unspecial(FILE * f, char * str, int delim);
int max_length(FILE * f);
+int count_lines(FILE * f);
int plugin_exists(char * name, int len, char * path);
void * do_autobackup();
void handle_backup();