Index: flag_str.h =================================================================== --- flag_str.h (revision 16831) +++ flag_str.h (revision 16832) @@ -80,7 +80,7 @@ /* Call cb for each flag bit for a given object type */ -void pcb_strflg_map(unsigned long fbits, int object_type, void *ctx, void (*cb)(void *ctx, unsigned long flg, const char *name)); +void pcb_strflg_map(unsigned long fbits, int object_type, void *ctx, void (*cb)(void *ctx, unsigned long flg, const pcb_flag_bits_t *fb)); /* same as above, for pcb level flags */