Searched defs:mx_mimetype_handler (Results 1 – 2 of 2) sorted by relevance
71 struct mx_mimetype_handler{ struct76 char const *mth_shell_cmd; /* For MIMETYPE_HDL_CMD */77 int (*mth_ptf)(void); /* PTF main() for MIMETYPE_HDL_PTF */78 struct str mth_msg; /* Message describing this command */
1469 mx_mimetype_handler(struct mx_mimetype_handler *mthp, in mx_mimetype_handler() function