# HG changeset patch # User nenolod # Date 1158570400 25200 # Node ID 5573c40b3fb288865ec7641bd477ccc66696d966 # Parent f157e22c70c414ed2d983acecdd734740b71babf [svn] - export xentry and xconvert API diff -r f157e22c70c4 -r 5573c40b3fb2 ChangeLog --- a/ChangeLog Mon Sep 18 01:59:07 2006 -0700 +++ b/ChangeLog Mon Sep 18 02:06:40 2006 -0700 @@ -1,3 +1,13 @@ +2006-09-18 08:59:07 +0000 William Pitcock + revision [2413] + - C++ friendliness + + + Changes: Modified: + +3 -0 trunk/audacious/playlist.h + +4 -0 trunk/audacious/playlist_container.h + + 2006-09-18 08:58:20 +0000 William Pitcock revision [2411] - lets be C++ friendly diff -r f157e22c70c4 -r 5573c40b3fb2 libaudacious/Makefile.in --- a/libaudacious/Makefile.in Mon Sep 18 01:59:07 2006 -0700 +++ b/libaudacious/Makefile.in Mon Sep 18 02:06:40 2006 -0700 @@ -41,7 +41,7 @@ HEADERS = \ vfs.h rcfile.h configdb.h \ beepctrl.h dirbrowser.h \ - formatter.h titlestring.h xml_document.h + formatter.h titlestring.h xentry.h xconvert.h xml_document.h include ../mk/objective.mk