/*****************************************************************************
- * dbus-player.h : dbus control module (mpris v1.0) - /Player object
+ * dbus_player.h : dbus control module (mpris v2.2) - Player object
*****************************************************************************
* Copyright © 2006-2008 Rafaël Carré
* Copyright © 2007-2010 Mirsal Ennaime
* Copyright © 2009-2010 The VideoLAN team
- * $Id$
*
* Authors: Mirsal Ennaime <mirsal at mirsal fr>
* Rafaël Carré <funman at videolanorg>
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
-#ifndef _VLC_DBUS_PLAYER_H
-#define _VLC_DBUS_PLAYER_H
+#ifndef VLC_DBUS_DBUS_PLAYER_H_
+#define VLC_DBUS_DBUS_PLAYER_H_
#include <vlc_interface.h>
#include "dbus_common.h"
void UpdatePlayerCaps( intf_thread_t * );
-#endif //dbus_player.h
+#endif /* include-guard */