aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/qreg-commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qreg-commands.h')
-rw-r--r--src/qreg-commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qreg-commands.h b/src/qreg-commands.h
index d0f6990..9aed55c 100644
--- a/src/qreg-commands.h
+++ b/src/qreg-commands.h
@@ -40,7 +40,7 @@ teco_state_t *teco_state_expectqreg_input(teco_machine_main_t *ctx, gunichar chr
/* in cmdline.c */
gboolean teco_state_expectqreg_process_edit_cmd(teco_machine_main_t *ctx, teco_machine_t *parent_ctx,
gunichar key, GError **error);
-gboolean teco_state_expectqreg_insert_completion(teco_machine_main_t *ctx, const teco_string_t *str,
+gboolean teco_state_expectqreg_insert_completion(teco_machine_main_t *ctx, teco_string_t str,
GError **error);
/**