removed libsoup support
[k8lowj.git] / src / spawn.h
blob3b05377ddd3e087f8f918e21462ed3f2363298c6
1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2003 Evan Martin <evan@livejournal.com>
3 */
4 #ifndef __LOGJAM_SPAWN_H__
5 #define __LOGJAM_SPAWN_H__
7 #include <gtk/gtkwindow.h>
8 #include "conf.h" /* CommandList */
10 void spawn_url(GtkWindow * parent, const char *url);
11 extern const CommandList spawn_commands[];
13 #endif /* __spawn_h__ */