From 30b94862648cdbf4f537337d2e2f01c369a9dee9 Mon Sep 17 00:00:00 2001 From: Lennart Weller Date: Thu, 21 Apr 2016 14:27:29 +0200 Subject: Imported Upstream version 1.1.0 --- src/procfile.h | 3 +++ 1 file changed, 3 insertions(+) mode change 100755 => 100644 src/procfile.h (limited to 'src/procfile.h') diff --git a/src/procfile.h b/src/procfile.h old mode 100755 new mode 100644 index ce2f9bc9..122e153f --- a/src/procfile.h +++ b/src/procfile.h @@ -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 -- cgit v1.2.3