Code

po: added Brazilian Portuguese translation
[ncmpc.git] / src / utils.h
index 1c8fe8ba0c914a3a272124a44aaa9eebc3682ded..c3a6f1eed7d3de2e439fb4ae247338b9065abda8 100644 (file)
@@ -1,5 +1,5 @@
 /* ncmpc (Ncurses MPD Client)
- * (c) 2004-2009 The Music Player Daemon Project
+ * (c) 2004-2010 The Music Player Daemon Project
  * Project homepage: http://musicpd.org
  
  * This program is free software; you can redistribute it and/or modify
@@ -40,7 +40,10 @@ GList *
 gcmp_list_from_path(struct mpdclient *c, const gchar *path,
                    GList *list, gint types);
 
-char *
-format_duration_long(unsigned long duration);
+void
+format_duration_short(char *buffer, size_t length, unsigned duration);
+
+void
+format_duration_long(char *buffer, size_t length, unsigned long duration);
 
 #endif