about.c: cosmetix
[k8lowj.git] / src / history.h
blob46afc65a1dd24f7bfb30c5377d79a198c94d91ab
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 __logjam_history_h__
8 #define __logjam_history_h__
10 #include "account.h"
12 LJEntry* history_recent_dialog_run(GtkWindow *parent, JamAccount *acc, const char *usejournal);
13 LJEntry* history_load_latest (GtkWindow *parent, JamAccount *acc, const char *usejournal);
14 LJEntry* history_load_itemid (GtkWindow *parent, JamAccount *acc, const char *usejournal, int itemid);
16 #endif /* __logjam_history_h__ */