first try to journal_store_get_latest_id() for sqlite
[k8lowj.git] / src / friendgroups.h
blob8671992fc65027429d0e681de546cef33922935f
1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2003 Evan Martin <evan@livejournal.com>
3 */
4 #ifndef __LOGJAM_FRIENDGROUPS_H__
5 #define __LOGJAM_FRIENDGROUPS_H__
7 #include "gtk-all.h"
9 #include "liblj/friends.h"
12 extern void friendgroups_dialog_new (GtkWindow *parent, JamAccountLJ *acc, GSList *friends);
15 #endif