aboutsummaryrefslogtreecommitdiff
path: root/readline/examples/hist_erasedups.c
diff options
context:
space:
mode:
Diffstat (limited to 'readline/examples/hist_erasedups.c')
-rw-r--r--readline/examples/hist_erasedups.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/readline/examples/hist_erasedups.c b/readline/examples/hist_erasedups.c
index 2ecee89..f820eba 100644
--- a/readline/examples/hist_erasedups.c
+++ b/readline/examples/hist_erasedups.c
@@ -38,6 +38,8 @@
#define STREQN(a, b, n) ((n == 0) ? (1) \
: ((a)[0] == (b)[0] && strncmp(a, b, n) == 0))
+int hist_erasedups (void);
+
static void
usage()
{