about.c: cosmetix
[k8lowj.git] / src / tools.h
blob5022c5c6534e6043c23ca2888d2dd6bd9a45ab8a
1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2003 Evan Martin <evan@livejournal.com>
4 * vim: tabstop=4 shiftwidth=4 noexpandtab :
5 */
7 #ifndef tools_h
8 #define tools_h
10 #include "jamdoc.h"
12 void tools_html_escape (GtkWindow *win, JamDoc *doc);
13 void tools_remove_linebreaks(GtkWindow *win, JamDoc *doc);
14 void tools_insert_file (GtkWindow *win, JamDoc *doc);
15 void tools_insert_command_output
16 (GtkWindow *win, JamDoc *doc);
17 void tools_validate_xml (GtkWindow *win, JamDoc *doc);
18 void tools_ljcut (GtkWindow *win, JamDoc *doc);
20 #endif /* tools_h */