summaryrefslogtreecommitdiffstats
path: root/src/file.h
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-04-26 19:11:15 -0300
committermongo <andmarti@gmail.com>2017-04-26 19:11:15 -0300
commitb3f75cacdc06f9cc97df87099f0b70bb880e3c4c (patch)
treea8437bcfd0109a186a6b905800cab7d5de44c90f /src/file.h
parent4db041841caa49178c53232c24e0523553433e8f (diff)
gnuplot interaction
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 f351174..ce259f5 100644
--- a/src/file.h
+++ b/src/file.h
@@ -22,3 +22,4 @@ void export_delim(char * fname, char coldelim, int r0, int c0, int rn, int cn);
void export_plain(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);