aboutsummaryrefslogtreecommitdiffstats
path: root/src/cue/cue_tag.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-12-16 17:13:42 +0100
committerMax Kellermann <max@duempel.org>2009-12-16 17:18:56 +0100
commit5821bd1a214d39ff68f356950fac8b9c5b25d46e (patch)
tree31ec6f838f555c8d87b90caf7af6465d8f7dbdb4 /src/cue/cue_tag.h
parentc5cdac9609fe9c5409a177b2641253d86490751b (diff)
downloadmpd-5821bd1a214d39ff68f356950fac8b9c5b25d46e.tar.gz
mpd-5821bd1a214d39ff68f356950fac8b9c5b25d46e.tar.xz
mpd-5821bd1a214d39ff68f356950fac8b9c5b25d46e.zip
cue_tag: fixed indent and code style
Diffstat (limited to '')
-rw-r--r--src/cue/cue_tag.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/cue/cue_tag.h b/src/cue/cue_tag.h
index 2a7738ea2..0168b7537 100644
--- a/src/cue/cue_tag.h
+++ b/src/cue/cue_tag.h
@@ -9,13 +9,11 @@
struct tag;
-struct tag*
-cue_tag_file( FILE*,
- const unsigned int);
+struct tag *
+cue_tag_file(FILE *file, unsigned tnum);
-struct tag*
-cue_tag_string( char*,
- const unsigned int);
+struct tag *
+cue_tag_string(char *str, unsigned tnum);
#endif /* libcue */
#endif