fixed some clang warnings
[k8lowj.git] / src / friendedit.h
blob57426601ac64500d53fbddb89d187269b3d26b61
1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2003 Evan Martin <evan@livejournal.com>
3 */
4 #ifndef __LOGJAM_FRIENDEDIT_H__
5 #define __LOGJAM_FRIENDEDIT_H__
7 #include "gtk-all.h"
9 #include "liblj/friends.h"
12 extern LJFriend *friend_edit_dlg_run (GtkWindow *parent, JamAccountLJ *acc, gboolean edit, LJFriend *f);
15 #endif