comparison audacious/ui_fileinfo.h @ 1267:d5361c48bb18 trunk

[svn] - more fun
author nenolod
date Thu, 15 Jun 2006 22:13:55 -0700
parents ccf616f86fb4
children 19b1d3f22e10
comparison
equal deleted inserted replaced
1266:c50f758510f3 1267:d5361c48bb18
20 20
21 #ifndef _UI_FILEINFO_H_ 21 #ifndef _UI_FILEINFO_H_
22 #define _UI_FILEINFO_H_ 22 #define _UI_FILEINFO_H_
23 23
24 void create_fileinfo_window(void); 24 void create_fileinfo_window(void);
25 void fileinfo_show_for_tuple(TitleInput *tuple);
26 void fileinfo_show_for_path(gchar *path);
25 27
26 #endif 28 #endif