} ConfigPerfItem;
/* Prototype for a low-level gperf lookup function */
-typedef const ConfigPerfItem* (*ConfigPerfItemLookup)(const char *section_and_lvalue, unsigned length);
+typedef const ConfigPerfItem* (*ConfigPerfItemLookup)(const char *section_and_lvalue, GPERF_LEN_TYPE length);
/* Prototype for a generic high-level lookup function */
typedef int (*ConfigItemLookup)(
STATIC_DESTRUCTOR_REGISTER(runtime_dir, rm_rf_physical_and_freep);
+/* For testing type compatibility. */
+_unused_ ConfigPerfItemLookup unused_lookup = load_fragment_gperf_lookup;
+
TEST_RET(unit_file_get_set) {
int r;
_cleanup_hashmap_free_ Hashmap *h = NULL;