about summary refs log tree commit diff stats
path: root/src/command/commands.h
diff options
context:
space:
mode:
authorWill Song <incertia9474@gmail.com>2015-11-23 20:09:51 -0600
committerWill Song <incertia9474@gmail.com>2015-11-23 20:09:51 -0600
commitfa6a26c6fdb10831328d63efd35606ede3819b03 (patch)
treeae319f2bbfc3b6235a3d6db905a25e6d72995ed9 /src/command/commands.h
parenta2f5e921f2e5fb4158aad14928882e694e5d8a85 (diff)
downloadprofani-tty-fa6a26c6fdb10831328d63efd35606ede3819b03.tar.gz
add feature in issue #585
this should only be temporary due the silly amounts of syscalls involved

ideally we would create a new escaped string and write that directly via
fputs
Diffstat (limited to 'src/command/commands.h')
-rw-r--r--src/command/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/commands.h b/src/command/commands.h
index 4256387e..501046d4 100644
--- a/src/command/commands.h
+++ b/src/command/commands.h
@@ -150,6 +150,7 @@ gboolean cmd_resource(ProfWin *window, const char *const command, gchar **args);
 gboolean cmd_inpblock(ProfWin *window, const char *const command, gchar **args);
 gboolean cmd_encwarn(ProfWin *window, const char *const command, gchar **args);
 gboolean cmd_script(ProfWin *window, const char *const command, gchar **args);
+gboolean cmd_export(ProfWin *window, const char *const command, gchar **args);
 
 gboolean cmd_form_field(ProfWin *window, char *tag, gchar **args);