summaryrefslogtreecommitdiffstats
path: root/src/file.h
diff options
context:
space:
mode:
authorPim Snel <pim@lingewoud.nl>2020-02-02 23:53:46 +0100
committerPim Snel <pim@lingewoud.nl>2020-02-02 23:53:46 +0100
commitc5506e584a07144b810b2a481a6629e83b83120c (patch)
tree40bd152c162e00a7ffd946f1f77815f4fa291250 /src/file.h
parent8b93daf225644cff3b3d02a64de53846cf15e7b0 (diff)
initial markdown export support
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 b0cf532..49b24f9 100644
--- a/src/file.h
+++ b/src/file.h
@@ -71,6 +71,7 @@ int import_csv(char * fname, char d);
void do_export(int r0, int c0, int rn, int cn);
void export_delim(char * fname, char coldelim, int r0, int c0, int rn, int cn, int verbose);
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 plugin_exists(char * name, int len, char * path);