comparison libaudacious/titlestring.h @ 1633:936135be464f trunk

[svn] - include time.h
author nenolod
date Wed, 06 Sep 2006 22:03:27 -0700
parents 15d92c51bde6
children 8aaf0f145578
comparison
equal deleted inserted replaced
1632:978ada910173 1633:936135be464f
20 #ifndef XMMS_TITLESTRING_H 20 #ifndef XMMS_TITLESTRING_H
21 #define XMMS_TITLESTRING_H 21 #define XMMS_TITLESTRING_H
22 22
23 #include <glib.h> 23 #include <glib.h>
24 #include <gtk/gtk.h> 24 #include <gtk/gtk.h>
25 25 #include <unistd.h>
26 #include <time.h>
26 27
27 /* 28 /*
28 * Struct which is passed to xmms_get_titlestring(). An input struct 29 * Struct which is passed to xmms_get_titlestring(). An input struct
29 * is allocated and initialized with XMMS_NEW_TITLEINPUT(). Before 30 * is allocated and initialized with XMMS_NEW_TITLEINPUT(). Before
30 * passing the struct to xmms_get_titlestring() it should be filled 31 * passing the struct to xmms_get_titlestring() it should be filled