Commit 7e07daf8 authored by Max Kellermann's avatar Max Kellermann

ls: convert to C++

parent 981906ec
......@@ -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 \
......
/*
* 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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment