aboutsummaryrefslogtreecommitdiff
path: root/filecomplete.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2025-04-16 20:16:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2025-04-16 20:18:02 +0000
commitb3884193b7bd3977acc44790b6278b60517ad097 (patch)
treed3a58576a5bbfb38982096462194e26a33aca620 /filecomplete.c
parent5a36c82614102a8c3926bca0bdb9d44149691be8 (diff)
Diffstat (limited to 'filecomplete.c')
-rw-r--r--filecomplete.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/filecomplete.c b/filecomplete.c
index ee017fb406d5..a2001a4be955 100644
--- a/filecomplete.c
+++ b/filecomplete.c
@@ -1,4 +1,4 @@
-/* $NetBSD: filecomplete.c,v 1.72 2023/02/03 22:01:42 christos Exp $ */
+/* $NetBSD: filecomplete.c,v 1.73 2023/04/25 17:51:32 christos Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include "config.h"
#if !defined(lint) && !defined(SCCSID)
-__RCSID("$NetBSD: filecomplete.c,v 1.72 2023/02/03 22:01:42 christos Exp $");
+__RCSID("$NetBSD: filecomplete.c,v 1.73 2023/04/25 17:51:32 christos Exp $");
#endif /* not lint && not SCCSID */
#include <sys/types.h>
@@ -459,11 +459,11 @@ out:
el_free(expname);
return rs;
}
+
/*
* returns list of completions for text given
* non-static for readline.
*/
-char ** completion_matches(const char *, char *(*)(const char *, int));
char **
completion_matches(const char *text, char *(*genfunc)(const char *, int))
{