| 1029 | } |
| 1030 | |
| 1031 | static int fixup_reply_flags(void** param) |
| 1032 | { |
| 1033 | return fixup_named_flags(param, reply_flags, NULL, NULL); |
| 1034 | } |
| 1035 | |
| 1036 | static int fixup_free_init_flags(void** param) |
| 1037 | { |
nothing calls this directly
no test coverage detected