we don't really need to build src/liblj/ as library; and we don't need to write each...
[k8lowj.git] / src / liblj / livejournal.h
blobdcbcdc3afc684866d2d53cc21c07e26c8b3eaec5
1 /* liblivejournal - a client library for LiveJournal.
2 * Copyright (C) 2003 Evan Martin <evan@livejournal.com>
4 * vim: tabstop=4 shiftwidth=4 noexpandtab :
5 */
7 #ifndef __LIVEJOURNAL_H__
8 #define __LIVEJOURNAL_H__
10 #include <glib.h>
12 /* data structures. */
13 #include "liblj/md5.h"
14 #include "liblj/types.h"
15 #include "liblj/protocol.h"
16 #include "liblj/serveruser.h"
17 #include "liblj/friends.h"
18 #include "liblj/entry.h"
20 #endif /* __LIVEJOURNAL_H__ */