Mercurial > audlegacy
changeset 1739:5573c40b3fb2 trunk
[svn] - export xentry and xconvert API
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 02:06:40 -0700 |
parents | f157e22c70c4 |
children | 1cd9aa465ea7 |
files | ChangeLog libaudacious/Makefile.in |
diffstat | 2 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nenolod@nenolod.net> + 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 <nenolod@nenolod.net> revision [2411] - lets be C++ friendly
--- 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