Code

po: update German translation
[ncmpc.git] / src / utils.h
index c9374fa3a3fc51c6b0f140ecf88d47688b22f444..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,6 +40,9 @@ GList *
 gcmp_list_from_path(struct mpdclient *c, const gchar *path,
                    GList *list, gint types);
 
+void
+format_duration_short(char *buffer, size_t length, unsigned duration);
+
 void
 format_duration_long(char *buffer, size_t length, unsigned long duration);