progress.*: cosmetix
[k8lowj.git] / src / history.h
blob191c1351b9f2279fd60e9f872c9fa47b98f0dc0e
1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2003 Evan Martin <evan@livejournal.com>
3 */
4 #ifndef __LOGJAM_HISTORY_H__
5 #define __LOGJAM_HISTORY_H__
7 #include "account.h"
10 extern LJEntry *history_recent_dialog_run (GtkWindow *parent, JamAccount *acc, const char *usejournal);
11 extern LJEntry *history_load_latest (GtkWindow *parent, JamAccount *acc, const char *usejournal);
12 extern LJEntry *history_load_itemid (GtkWindow *parent, JamAccount *acc, const char *usejournal, int itemid);
15 #endif