Skip to content

Commit

Permalink
mx_sock_letter and mx_sock_title
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Shafer committed Aug 20, 2013
1 parent 422031e commit 8975baa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mixer/mtypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ typedef void (*mx_type_error_func_t)(MX_TYPE_ERROR_ARGS);
typedef struct mx_type_info_s {
mx_type_t mti_type; /* MST_* */
const char *mti_name; /* Printable name */
const char *mti_letter; /* One letter name */
mx_type_print_func_t mti_print; /* Print function */
mx_type_prep_func_t mti_prep; /* Prepare for poll() data */
mx_type_poller_func_t mti_poller; /* Process poll() data */
Expand Down Expand Up @@ -289,6 +290,12 @@ mx_sock_isreadable (int sock);
const char *
mx_sock_type (mx_sock_t *msp);

const char *
mx_sock_letter (mx_sock_t *msp);

const char *
mx_sock_title (mx_sock_t *msp);

void
mx_close_byname (const char *name);

Expand Down

0 comments on commit 8975baa

Please sign in to comment.