annotate src/audacious/ui_lastfm.c @ 3033:2c17b008a532

MacOS target: build fixes
author nenolod@tiamat.local
date Wed, 11 Jul 2007 04:59:30 -0500
parents 49ce30748980
children bcf611cf5ae2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3023
49ce30748980 added lastfm GUI stub
Cristi Magherusan <majeru@atheme-project.org>
parents:
diff changeset
1 #include <glib.h>
49ce30748980 added lastfm GUI stub
Cristi Magherusan <majeru@atheme-project.org>
parents:
diff changeset
2 void ui_lastfm(void)
49ce30748980 added lastfm GUI stub
Cristi Magherusan <majeru@atheme-project.org>
parents:
diff changeset
3 {
49ce30748980 added lastfm GUI stub
Cristi Magherusan <majeru@atheme-project.org>
parents:
diff changeset
4 g_print("lastfm gui stub\n");
49ce30748980 added lastfm GUI stub
Cristi Magherusan <majeru@atheme-project.org>
parents:
diff changeset
5 }