poll.h: cosmetix
[k8lowj.git] / src / friendgroupedit.h
blob8c17560be6de7f8286f9429d385522cd35341310
1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2003 Evan Martin <evan@livejournal.com>
3 */
4 #ifndef __LOGJAM_FRIENDGROUPEDIT_H__
5 #define __LOGJAM_FRIENDGROUPEDIT_H__
7 #include "gtk-all.h"
9 #include "liblj/friends.h"
12 extern LJFriendGroup *friend_group_edit_dlg_run (GtkWindow *parent, JamAccountLJ *acc, LJFriendGroup *fg, int freegroup);
15 #endif