guard cosmetix in headers
[k8lowj.git] / src / tools.h
blobf52c2e3aab156a0784a397580f00a2cf371484e8
1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2003 Evan Martin <evan@livejournal.com>
3 */
4 #ifndef __LOGJAM_TOOLS_H__
5 #define __LOGJAM_TOOLS_H__
7 #include "jamdoc.h"
9 void tools_html_escape (GtkWindow *win, JamDoc *doc);
10 void tools_remove_linebreaks(GtkWindow *win, JamDoc *doc);
11 void tools_insert_file (GtkWindow *win, JamDoc *doc);
12 void tools_insert_command_output
13 (GtkWindow *win, JamDoc *doc);
14 void tools_validate_xml (GtkWindow *win, JamDoc *doc);
15 void tools_ljcut (GtkWindow *win, JamDoc *doc);
17 #endif /* tools_h */