fixed some clang warnings
[k8lowj.git] / src / spawn.h
blob64091393264a0aae54446303bf4faef09adbd26a
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>
9 #include "conf.h"
11 extern const CommandList spawn_commands[];
13 extern void spawn_url (GtkWindow *parent, const char *url);
16 #endif