summaryrefslogtreecommitdiff
path: root/gtk/gtk_schedule.h
blob: 2c5d618e77b6dcdd59977b9593c3cf25bc78621a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * This file is part of NetSurf, http://netsurf-browser.org/
 * Licensed under the GNU General Public License,
 *                http://www.opensource.org/licenses/gpl-license
 * Copyright 2006 Daniel Silverstone <dsilvers@digital-scurf.org>
 */

#ifndef NETSURF_GTK_CALLBACK_H
#define NETSURF_GTK_CALLBACK_H 1

typedef void (*gtk_callback)(void *p);

#endif /* NETSURF_GTK_CALLBACK_H */