aboutsummaryrefslogtreecommitdiff
path: root/apps/include/function.h
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2025-05-07 21:18:24 +0000
committerEnji Cooper <ngie@FreeBSD.org>2025-05-07 22:37:22 +0000
commit29536654cc41bf41b92dc836c47496dc6fe0b00c (patch)
tree368a3c5b14e610bb5f6b71657f61a41e373eaf97 /apps/include/function.h
parent1c34280346af8284acdc0eae39496811d37df25d (diff)
Diffstat (limited to 'apps/include/function.h')
-rw-r--r--apps/include/function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/include/function.h b/apps/include/function.h
index 14e8dd388670..e796ff4045ad 100644
--- a/apps/include/function.h
+++ b/apps/include/function.h
@@ -29,7 +29,7 @@ typedef struct function_st {
const char *deprecated_version;
} FUNCTION;
-DEFINE_LHASH_OF(FUNCTION);
+DEFINE_LHASH_OF_EX(FUNCTION);
/* Structure to hold the number of columns to be displayed and the
* field width used to display them.