ls: convert to C++

This commit is contained in:
Max Kellermann 2013-01-03 11:01:02 +01:00
parent 981906ecd1
commit 7e07daf8cb
2 changed files with 5 additions and 2 deletions

View File

@ -264,7 +264,7 @@ src_mpd_SOURCES = \
src/server_socket.c \
src/listen.c \
src/log.c \
src/ls.c \
src/ls.cxx \
src/io_error.h \
src/io_thread.c src/io_thread.h \
src/Main.cxx src/Main.hxx \

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2003-2011 The Music Player Daemon Project
* Copyright (C) 2003-2013 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@ -18,9 +18,12 @@
*/
#include "config.h"
extern "C" {
#include "ls.h"
#include "uri.h"
#include "client.h"
}
#include <glib.h>