summaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index ead1020dd..fccc816cb 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1277,6 +1277,7 @@ enum {
1277 * on first call. 1277 * on first call.
1278 */ 1278 */
1279int64_t read_key(int fd, char *buffer) FAST_FUNC; 1279int64_t read_key(int fd, char *buffer) FAST_FUNC;
1280void read_key_ungets(char *buffer, const char *str, unsigned len) FAST_FUNC;
1280 1281
1281 1282
1282#if ENABLE_FEATURE_EDITING 1283#if ENABLE_FEATURE_EDITING