mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 15:29:45 +03:00
b057bdc2aa
Merge r3071 into gtk_window.c after gtk frames merge (again, lost in merge) svn path=/trunk/netsurf/; revision=3076
14 lines
391 B
C
14 lines
391 B
C
/*
|
|
* 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 */
|