1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2003 Evan Martin <evan@livejournal.com>
4 #ifndef __LOGJAM_TOOLS_H__
5 #define __LOGJAM_TOOLS_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
);