'smart qotes' now will replace '<', '>' and '&' inside 'pre' and 'code' tags
[k8lowj.git] / src / login.h
blob7e7eab1ef5f1ab6e31a426b965dba894634f3932
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 login_h
8 #define login_h
10 #include "account.h"
12 JamAccount* login_dlg_run(GtkWindow *parent, JamHost *host, JamAccount *acc);
13 gboolean login_run(GtkWindow *parent, JamAccountLJ *acc);
14 gboolean login_check_lastupdate(GtkWindow *parent, JamAccountLJ *acc);
16 #endif /* login_h */