'smart qotes' now will replace '<', '>' and '&' inside 'pre' and 'code' tags
[k8lowj.git] / src / cmdline.h
blob5ba96ec104c41de0ae422f62fd77e8d67247409c
1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2004 Evan Martin <evan@livejournal.com>
4 * vim: tabstop=4 shiftwidth=4 noexpandtab :
5 */
7 #ifndef CMDLINE_H
8 #define CMDLINE_H
10 void cmdline_parse(JamDoc *doc, int argc, char *argv[]);
12 #endif /* CMDLINE_H */