]> arthur.barton.de Git - netdata.git/blobdiff - src/procfile.h
extending procfile parsing to support quotes and opening/closing characters #234...
[netdata.git] / src / procfile.h
old mode 100644 (file)
new mode 100755 (executable)
index ce2f9bc..122e153
@@ -86,6 +86,9 @@ extern procfile *procfile_reopen(procfile *ff, const char *filename, const char
 // example walk-through a procfile parsed file
 extern void procfile_print(procfile *ff);
 
+extern void procfile_set_quotes(procfile *ff, const char *quotes);
+extern void procfile_set_open_close(procfile *ff, const char *open, const char *close);
+
 // ----------------------------------------------------------------------------
 
 // set this to 1, to have procfile adapt its initial buffer allocation to the max allocation used so far