# HG changeset patch # User diego # Date 1275003363 0 # Node ID 77ebd8404c02887b1083b198804af07b083a4e7f # Parent a012168a8ec659508590895a11c81dfe82f4c2ef Drop pointles _st suffix from struct mp_cmd_filter and mp_cmd_bind_section. diff -r a012168a8ec6 -r 77ebd8404c02 input/input.c --- a/input/input.c Thu May 27 23:21:16 2010 +0000 +++ b/input/input.c Thu May 27 23:36:03 2010 +0000 @@ -541,17 +541,17 @@ int pos,size; } mp_input_fd_t; -typedef struct mp_cmd_filter_st mp_cmd_filter_t; +typedef struct mp_cmd_filter mp_cmd_filter_t; -struct mp_cmd_filter_st { +struct mp_cmd_filter { mp_input_cmd_filter filter; void* ctx; mp_cmd_filter_t* next; }; -typedef struct mp_cmd_bind_section_st mp_cmd_bind_section_t; +typedef struct mp_cmd_bind_section mp_cmd_bind_section_t; -struct mp_cmd_bind_section_st { +struct mp_cmd_bind_section { mp_cmd_bind_t* cmd_binds; char* section; mp_cmd_bind_section_t* next;