ls: convert to C++
This commit is contained in:
parent
981906ecd1
commit
7e07daf8cb
@ -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 \
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user