cosmetix
[k8lowj.git] / src / tools.h
blobef4161ef1834fe6af5531e0a6fa901b8dd9a76dd
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"
10 extern void tools_html_escape (GtkWindow *win, JamDoc *doc);
11 extern void tools_remove_linebreaks (GtkWindow *win, JamDoc *doc);
12 extern void tools_insert_file (GtkWindow *win, JamDoc *doc);
13 extern void tools_insert_command_output (GtkWindow *win, JamDoc *doc);
14 extern void tools_validate_xml (GtkWindow *win, JamDoc *doc);
15 extern void tools_ljcut (GtkWindow *win, JamDoc *doc);
18 #endif