diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-11 20:28:12 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-11 20:28:12 +0100 |
commit | 59eb0628db77e1145db797406e4de9f97b70d8e2 (patch) | |
tree | 5d797e99a5081e750cf906fe620247d5fa3e7fb7 /parser.h | |
parent | 8c6c6afe144adca0635edd0438b9889b3c3df6e4 (diff) | |
download | sciteco-59eb0628db77e1145db797406e4de9f97b70d8e2.tar.gz |
<x,y>Xq command, automatic profile munging, explicit munging, commandline option processing, unhandled commandline options in default buffer
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |