aboutsummaryrefslogtreecommitdiffstats
path: root/src/mpdclient.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-06 14:34:09 +0200
committerMax Kellermann <max@duempel.org>2008-10-06 14:34:09 +0200
commit1c9015ebba6e6f25e47c614f24696e247e5939ce (patch)
treee3abf1875157695ef71282d10aaa4cb2d48d131f /src/mpdclient.h
parent62e8aa21abca6ff635268aa8723443b973354a14 (diff)
downloadmpd-1c9015ebba6e6f25e47c614f24696e247e5939ce.tar.gz
mpd-1c9015ebba6e6f25e47c614f24696e247e5939ce.tar.xz
mpd-1c9015ebba6e6f25e47c614f24696e247e5939ce.zip
code style, indent with tabs XII
Follow the same code style als MPD itself.
Diffstat (limited to 'src/mpdclient.h')
-rw-r--r--src/mpdclient.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mpdclient.h b/src/mpdclient.h
index 2735f04ff..a78aafa34 100644
--- a/src/mpdclient.h
+++ b/src/mpdclient.h
@@ -77,7 +77,7 @@ GList *mpdclient_get_artists_utf8(mpdclient_t *c);
GList *mpdclient_get_albums_utf8(mpdclient_t *c, gchar *artist_utf8);
-/*** error callbacks *****************************************************/
+/*** error callbacks *****************************************************/
#define IS_ACK_ERROR(n) (n & MPD_ERROR_ACK)
#define GET_ACK_ERROR_CODE(n) ((n & 0xFF00) >> 8)
@@ -121,15 +121,15 @@ void mpdclient_playlist_callback(mpdclient_t *c, int event, gpointer data);
/*** filelist functions ***************************************************/
mpdclient_filelist_t *mpdclient_filelist_get(mpdclient_t *c, const gchar *path);
-mpdclient_filelist_t *mpdclient_filelist_search(mpdclient_t *c,
+mpdclient_filelist_t *mpdclient_filelist_search(mpdclient_t *c,
int exact_match,
int table,
gchar *path);
-mpdclient_filelist_t *mpdclient_filelist_search_utf8(mpdclient_t *c,
+mpdclient_filelist_t *mpdclient_filelist_search_utf8(mpdclient_t *c,
int exact_match,
int table,
gchar *path);
-mpdclient_filelist_t *mpdclient_filelist_update(mpdclient_t *c,
+mpdclient_filelist_t *mpdclient_filelist_update(mpdclient_t *c,
mpdclient_filelist_t *flist);
/* add all songs in filelist to the playlist */