about summary refs log tree commit diff stats
path: root/src/command/commands.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-04-26 23:56:12 +0100
committerJames Booth <boothj5@gmail.com>2016-04-26 23:56:12 +0100
commitd4aa73159e7b50b18815920b29d68b38a03d58a8 (patch)
tree69a653058eeb3041096b186f492fb3b0658bf1dd /src/command/commands.h
parent0ff29b3d2edafbc74df5e4d0e6be61952b20f2c2 (diff)
parent043a673fe15075d06776a460ff35f03b0225c04c (diff)
downloadprofani-tty-d4aa73159e7b50b18815920b29d68b38a03d58a8.tar.gz
Merge branch 'master' into subcmds
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 27e753a0..68d3947f 100644
--- a/src/command/commands.h
+++ b/src/command/commands.h
@@ -104,6 +104,7 @@ gboolean cmd_tls_cert(ProfWin *window, const char *const command, gchar **args);
 
 gboolean cmd_decline(ProfWin *window, const char *const command, gchar **args);
 gboolean cmd_disco(ProfWin *window, const char *const command, gchar **args);
+gboolean cmd_sendfile(ProfWin *window, const char *const command, gchar **args);
 gboolean cmd_lastactivity(ProfWin *window, const char *const command, gchar **args);
 gboolean cmd_disconnect(ProfWin *window, const char *const command, gchar **args);
 gboolean cmd_dnd(ProfWin *window, const char *const command, gchar **args);