comparison src/audacious/ui_fileinfo.h @ 4557:2eee464379dc

Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 May 2008 01:29:46 +0300
parents 0fe46317167f
children b87f8c707b7f
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program; If not, see <http://www.gnu.org/licenses>. 16 * along with this program; If not, see <http://www.gnu.org/licenses>.
17 */ 17 */
18 18
19 #ifndef _UI_FILEINFO_H_ 19 #ifndef AUDACIOUS_UI_FILEINFO_H
20 #define _UI_FILEINFO_H_ 20 #define AUDACIOUS_UI_FILEINFO_H
21 21
22 #include "tuple.h" 22 #include "tuple.h"
23 #include "plugin.h" 23 #include "plugin.h"
24 #include <glib.h> 24 #include <glib.h>
25 25
27 gchar* fileinfo_recursive_get_image(const gchar* path, const gchar* file_name, gint depth); 27 gchar* fileinfo_recursive_get_image(const gchar* path, const gchar* file_name, gint depth);
28 28
29 void ui_fileinfo_show(Playlist *playlist, guint pos); 29 void ui_fileinfo_show(Playlist *playlist, guint pos);
30 void ui_fileinfo_show_current(Playlist *playlist); 30 void ui_fileinfo_show_current(Playlist *playlist);
31 31
32 #endif 32 #endif /* AUDACIOUS_UI_FILEINFO_H */