diff 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
line wrap: on
line diff
--- a/src/audacious/pluginenum.c	Wed Aug 06 23:10:54 2008 +0300
+++ b/src/audacious/pluginenum.c	Thu Aug 07 03:54:15 2008 +0300
@@ -154,6 +154,9 @@
     .util_info_dialog = util_info_dialog,
     .get_gentitle_format = get_gentitle_format,
 
+    .smart_realloc = smart_realloc,
+    .sadfmt_from_afmt = sadfmt_from_afmt,
+
     .escape_shell_chars = escape_shell_chars,
     .str_append = str_append,
     .str_replace = str_replace,