aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index df3c2d3c9..9e0970095 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1786,7 +1786,7 @@ enum {
1786 FOR_SHELL = DO_HISTORY | TAB_COMPLETION | USERNAME_COMPLETION, 1786 FOR_SHELL = DO_HISTORY | TAB_COMPLETION | USERNAME_COMPLETION,
1787}; 1787};
1788line_input_t *new_line_input_t(int flags) FAST_FUNC; 1788line_input_t *new_line_input_t(int flags) FAST_FUNC;
1789/* So far static: void free_line_input_t(line_input_t *n) FAST_FUNC; */ 1789void free_line_input_t(line_input_t *n) FAST_FUNC;
1790/* 1790/*
1791 * maxsize must be >= 2. 1791 * maxsize must be >= 2.
1792 * Returns: 1792 * Returns: