Mercurial > audlegacy
comparison src/audacious/pluginenum.c @ 3758:21b45219249f
export input_check_file().
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sun, 14 Oct 2007 21:34:45 -0500 |
| parents | d24d28e76588 |
| children | ccc3725a82b3 |
comparison
equal
deleted
inserted
replaced
| 3757:d24d28e76588 | 3758:21b45219249f |
|---|---|
| 355 .fileinfopopup_show_from_title = fileinfopopup_show_from_title, | 355 .fileinfopopup_show_from_title = fileinfopopup_show_from_title, |
| 356 .fileinfopopup_show_from_tuple = fileinfopopup_show_from_tuple, | 356 .fileinfopopup_show_from_tuple = fileinfopopup_show_from_tuple, |
| 357 .fileinfopopup_hide = fileinfopopup_hide, | 357 .fileinfopopup_hide = fileinfopopup_hide, |
| 358 | 358 |
| 359 .util_get_localdir = util_get_localdir, | 359 .util_get_localdir = util_get_localdir, |
| 360 | |
| 361 .input_check_file = input_check_file, | |
| 360 }; | 362 }; |
| 361 | 363 |
| 362 /*****************************************************************/ | 364 /*****************************************************************/ |
| 363 | 365 |
| 364 GList *lowlevel_list = NULL; | 366 GList *lowlevel_list = NULL; |
