about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.h
diff options
context:
space:
mode:
authorswirl <roachh@protonmail.com>2021-07-01 19:30:30 -0400
committerswirl <roachh@protonmail.com>2021-08-17 14:09:48 -0400
commitd9366a26d6ef1a82eeccd7d7523db25d91e4efc1 (patch)
treed3416bf02c3dca0c44b7702e65a3cb8ce8715c81 /src/command/cmd_funcs.h
parent4641537721df7e89090206802f623213a9abcb1a (diff)
downloadprofani-tty-d9366a26d6ef1a82eeccd7d7523db25d91e4efc1.tar.gz
initial register command test
Diffstat (limited to 'src/command/cmd_funcs.h')
-rw-r--r--src/command/cmd_funcs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command/cmd_funcs.h b/src/command/cmd_funcs.h
index 54cc6e78..dee71371 100644
--- a/src/command/cmd_funcs.h
+++ b/src/command/cmd_funcs.h
@@ -247,5 +247,7 @@ gboolean cmd_executable_editor(ProfWin* window, const char* const command, gchar
 gboolean cmd_mam(ProfWin* window, const char* const command, gchar** args);
 gboolean cmd_editor(ProfWin* window, const char* const command, gchar** args);
 gboolean cmd_silence(ProfWin* window, const char* const command, gchar** args);
+gboolean cmd_register(ProfWin* window, const char* const command, gchar** args);
 
 #endif
+