diff options
author | Max Kellermann <max@duempel.org> | 2013-01-15 22:39:51 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-15 22:41:56 +0100 |
commit | e90d606f0ad56146e8686acfdfd357005fa5b4a6 (patch) | |
tree | 82a66550e4226a31b1ef0b332ac919e5fde9f823 /src/SocketUtil.cxx | |
parent | 5bb2d64ddb1aa9f7c3931bd00e2b4edcd1adfc5b (diff) | |
download | mpd-e90d606f0ad56146e8686acfdfd357005fa5b4a6.tar.gz mpd-e90d606f0ad56146e8686acfdfd357005fa5b4a6.tar.xz mpd-e90d606f0ad56146e8686acfdfd357005fa5b4a6.zip |
socket_util: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/SocketUtil.cxx (renamed from src/socket_util.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/socket_util.c b/src/SocketUtil.cxx index ee8bf7e1a..6974c0df3 100644 --- a/src/socket_util.c +++ b/src/SocketUtil.cxx @@ -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,7 +18,7 @@ */ #include "config.h" -#include "socket_util.h" +#include "SocketUtil.hxx" #include "fd_util.h" #include <glib.h> |