about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-10-22 12:38:39 +0200
committerGitHub <noreply@github.com>2021-10-22 12:38:39 +0200
commit59063aa3b43cd973ab328b406f1ab40dcf09b41a (patch)
tree59efb04637298ba2b34bfb7351b40823b02c062c /src/command/cmd_funcs.h
parent37e1699c84bfb34dafaee4cd061eedad79fc114d (diff)
parentda3a6d87437ce14215acbb5f1740cb81066df39d (diff)
downloadprofani-tty-59063aa3b43cd973ab328b406f1ab40dcf09b41a.tar.gz
Merge pull request #1601 from MarcoPolo-PasTonMolo/master
Add /correct-editor command
Diffstat (limited to 'src/command/cmd_funcs.h')
-rw-r--r--src/command/cmd_funcs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/cmd_funcs.h b/src/command/cmd_funcs.h
index f092bb39..5e2a7876 100644
--- a/src/command/cmd_funcs.h
+++ b/src/command/cmd_funcs.h
@@ -246,6 +246,7 @@ gboolean cmd_executable_urlsave(ProfWin* window, const char* const command, gcha
 gboolean cmd_executable_editor(ProfWin* window, const char* const command, gchar** args);
 gboolean cmd_mam(ProfWin* window, const char* const command, gchar** args);
 gboolean cmd_editor(ProfWin* window, const char* const command, gchar** args);
+gboolean cmd_correct_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);