fixed GTKHTML detection
[k8lowj.git] / src / friendedit.h
blobddf2e3c96eff3691edb7ebbaca3192caf865954e
1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2003 Evan Martin <evan@livejournal.com>
4 * vim: tabstop=4 shiftwidth=4 noexpandtab :
5 */
7 #ifndef friendedit_h
8 #define friendedit_h
10 #include "liblj/friends.h"
12 LJFriend* friend_edit_dlg_run(GtkWindow *parent, JamAccountLJ *acc, gboolean edit, LJFriend *f);
14 #endif /* friendedit_h */