diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-04-16 20:16:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-04-16 20:18:02 +0000 |
commit | b3884193b7bd3977acc44790b6278b60517ad097 (patch) | |
tree | d3a58576a5bbfb38982096462194e26a33aca620 /filecomplete.h | |
parent | 5a36c82614102a8c3926bca0bdb9d44149691be8 (diff) |
Diffstat (limited to 'filecomplete.h')
-rw-r--r-- | filecomplete.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/filecomplete.h b/filecomplete.h index 796ae7ab3276..884586c438f7 100644 --- a/filecomplete.h +++ b/filecomplete.h @@ -1,4 +1,4 @@ -/* $NetBSD: filecomplete.h,v 1.14 2021/09/26 13:45:54 christos Exp $ */ +/* $NetBSD: filecomplete.h,v 1.15 2023/04/25 17:51:32 christos Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -48,4 +48,7 @@ void fn_display_match_list(EditLine *, char **, size_t, size_t, char *fn_tilde_expand(const char *); char *fn_filename_completion_function(const char *, int); +/* XXX: readline */ +char **completion_matches(const char *, char *(*)(const char *, int)); + #endif |