about.c: cosmetix
[k8lowj.git] / src / friends.h
blob2900c1d561fa0fa4495ccda44ddb66fff650f4bd
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 friends_h
8 #define friends_h
10 #include "account.h"
12 void friends_manager_show(GtkWindow *mainwin, JamAccountLJ *acc);
14 #endif /* friends_h */