Build fixes for bmpx
[monky] / src / xmms2.h
index e51a93d..844d147 100644 (file)
@@ -1,4 +1,6 @@
-/* Conky, a system monitor, based on torsmo
+/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
+ *
+ * Conky, a system monitor, based on torsmo
  *
  * Any original torsmo code is licensed under the BSD license
  *
@@ -6,7 +8,7 @@
  *
  * Please see COPYING for details
  *
- * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al.
+ * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al.
  *     (see AUTHORS)
  * All rights reserved.
  *
@@ -51,7 +53,6 @@ struct xmms2_s {
        int conn_state;
 };
 
-void update_xmms2(void);
-void free_xmms2(void);
+int update_xmms2(void);
 
 #endif /*XMMS2_H_*/