mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 21:16:50 +03:00
Add header guard to reduce warning count marginally
svn path=/trunk/netsurf/; revision=5514
This commit is contained in:
parent
f6a2b1169d
commit
0bd85e2e44
@ -16,6 +16,9 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef GTK_GUI_H
|
||||
#define GTK_GUI_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <glade/glade.h>
|
||||
@ -33,3 +36,6 @@ extern GtkWindow *wndTooltip;
|
||||
extern GtkLabel *labelTooltip;
|
||||
|
||||
extern GtkDialog *wndOpenFile;
|
||||
|
||||
#endif /* GTK_GUI_H */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user