1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2004 Evan Martin <evan@livejournal.com>
4 * vim: tabstop=4 shiftwidth=4 noexpandtab :
7 #ifndef __USEJOURNAL_H__
8 #define __USEJOURNAL_H__
10 GtkWidget
* usejournal_build_menu(const char *defaultjournal
, const char *currentjournal
, GSList
*journals
, gpointer doc
);
12 #endif /* __USEJOURNAL_H__ */