1 /* liblivejournal - a client library for LiveJournal.
2 * Copyright (C) 2003 Evan Martin <evan@livejournal.com>
4 * vim: tabstop=4 shiftwidth=4 noexpandtab :
7 #ifndef __LIVEJOURNAL_LOGIN_H__
8 #define __LIVEJOURNAL_LOGIN_H__
10 #include "liblj/verb.h"
12 typedef struct _LJLogin
{
17 LJLogin
* lj_login_new(LJUser
*user
, const char *clientversion
);
18 void lj_login_free(LJLogin
*login
);
20 #endif /* __LIVEJOURNAL_LOGIN_H__ */