Searched defs:MKMAP (Results 1 – 1 of 1) sorted by relevance
21 typedef struct MKMAP { struct24 void (*after_open) (struct MKMAP *); /* may be null */ argument25 void (*after_close) (struct MKMAP *); /* may be null */ argument27 } MKMAP; typedef