From 59eb0628db77e1145db797406e4de9f97b70d8e2 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 11 Nov 2012 20:28:12 +0100 Subject: Xq command, automatic profile munging, explicit munging, commandline option processing, unhandled commandline options in default buffer --- parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'parser.h') diff --git a/parser.h b/parser.h index bff15c7..fca2c20 100644 --- a/parser.h +++ b/parser.h @@ -178,5 +178,6 @@ extern gchar *strings[2]; extern gchar escape_char; bool macro_execute(const gchar *macro); +bool file_execute(const gchar *filename); #endif -- cgit v1.2.3