# HG changeset patch # User nenolod # Date 1158569108 25200 # Node ID 0617015a528b0a38c24ba4834f2710a952a16903 # Parent 43c197f55ddab380c7296172222bfa80ef1d6f98 [svn] - export the util.h as provided by audacious/ diff -r 43c197f55dda -r 0617015a528b ChangeLog --- a/ChangeLog Mon Sep 18 01:44:39 2006 -0700 +++ b/ChangeLog Mon Sep 18 01:45:08 2006 -0700 @@ -1,3 +1,14 @@ +2006-09-18 08:44:39 +0000 William Pitcock + revision [2405] + - merge libaudacious (public) and audacious util APIs + + + Changes: Modified: + +22 -0 trunk/audacious/util.h + +1 -1 trunk/libaudacious/Makefile.in + +1 -32 trunk/libaudacious/util.h + + 2006-09-18 08:41:41 +0000 William Pitcock revision [2403] - add the PlaylistContainer API to the SDK. diff -r 43c197f55dda -r 0617015a528b audacious/Makefile --- a/audacious/Makefile Mon Sep 18 01:44:39 2006 -0700 +++ b/audacious/Makefile Mon Sep 18 01:45:08 2006 -0700 @@ -32,7 +32,8 @@ playlist.h \ playlist_container.h \ plugin.h \ - prefswin.h + prefswin.h \ + util.h SOURCES = \ build_stamp.c \