fixed GTKHTML detection
[k8lowj.git] / src / spawn.h
blobeec0cbfd1e43619b4adb08bf219ed0145a09ab41
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 __spawn_h__
8 #define __spawn_h__
10 #include <gtk/gtkwindow.h>
11 #include "conf.h" /* CommandList */
13 void spawn_url(GtkWindow *parent, const char *url);
14 extern const CommandList spawn_commands[];
16 #endif /* __spawn_h__ */