comparison src/audacious/pluginenum.c @ 4754:b136f202ebfa

export functions to make libSAD usage in plugins more easy
author Andrew O. Shadoura <bugzilla@tut.by>
date Thu, 07 Aug 2008 03:54:15 +0300
parents 0cc36efdbe07
children f084f639e962
comparison
equal deleted inserted replaced
4753:4eb812a53716 4754:b136f202ebfa
152 .uri_set_plugin = uri_set_plugin, 152 .uri_set_plugin = uri_set_plugin,
153 153
154 .util_info_dialog = util_info_dialog, 154 .util_info_dialog = util_info_dialog,
155 .get_gentitle_format = get_gentitle_format, 155 .get_gentitle_format = get_gentitle_format,
156 156
157 .smart_realloc = smart_realloc,
158 .sadfmt_from_afmt = sadfmt_from_afmt,
159
157 .escape_shell_chars = escape_shell_chars, 160 .escape_shell_chars = escape_shell_chars,
158 .str_append = str_append, 161 .str_append = str_append,
159 .str_replace = str_replace, 162 .str_replace = str_replace,
160 .str_replace_in = str_replace_in, 163 .str_replace_in = str_replace_in,
161 .str_has_prefix_nocase = str_has_prefix_nocase, 164 .str_has_prefix_nocase = str_has_prefix_nocase,