first try to journal_store_get_latest_id() for sqlite
[k8lowj.git] / src / cmdline.h
blobb9c7f40abfd202b6dad420c84edb5f870c27eeb2
1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2004 Evan Martin <evan@livejournal.com>
3 */
4 #ifndef __LOGJAM_CMDLINE_H__
5 #define __LOGJAM_CMDLINE_H__
7 #include "jamdoc.h"
10 extern void cmdline_parse (JamDoc *doc, int argc, char *argv[]);
13 #endif