diff options
Diffstat (limited to 'sinksh')
-rw-r--r-- | sinksh/repl/linenoise.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sinksh/repl/linenoise.hpp b/sinksh/repl/linenoise.hpp index fa7aa7f..251da7f 100644 --- a/sinksh/repl/linenoise.hpp +++ b/sinksh/repl/linenoise.hpp | |||
@@ -1827,7 +1827,7 @@ inline int completeLine(struct linenoiseState *ls, char *cbuf, int *c) { | |||
1827 | } | 1827 | } |
1828 | 1828 | ||
1829 | /* Register a callback function to be called for tab-completion. */ | 1829 | /* Register a callback function to be called for tab-completion. */ |
1830 | static void SetCompletionCallback(CompletionCallback fn) { | 1830 | inline void SetCompletionCallback(CompletionCallback fn) { |
1831 | completionCallback = fn; | 1831 | completionCallback = fn; |
1832 | } | 1832 | } |
1833 | 1833 | ||