summaryrefslogtreecommitdiffstats
path: root/apps/include/function.h
diff options
context:
space:
mode:
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 14e8dd3886..e796ff4045 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.