summaryrefslogtreecommitdiff
path: root/shed.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2023-04-02 15:38:44 -0400
committerJakob Kaivo <jkk@ung.org>2023-04-02 15:38:44 -0400
commitf8fe4917d052187e7e184ab769055b6cf85986c0 (patch)
treee6ed491683dde30dcac4756521f92bd7d1ce867f /shed.h
parentf4ec5ce5e758361a91929487950747bc4ae178fc (diff)
begin working on completion
Diffstat (limited to 'shed.h')
-rw-r--r--shed.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shed.h b/shed.h
index ce288f6..a11f982 100644
--- a/shed.h
+++ b/shed.h
@@ -77,6 +77,8 @@ int shed_replace(struct shed *e);
int shed_start_over(struct shed *e);
int shed_worderase(struct shed *e);
+int shed_complete_wordexp(struct shed *e);
+
int shed_history_backward(struct shed *e);
int shed_history_forward(struct shed *e);