summaryrefslogtreecommitdiff
path: root/src/layout.h
blob: d8fa3b2bcd36f39f43a93e3587b2c19dcb6184af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * This file is part of LibNSLayout
 * Licensed under the ISC License, http://opensource.org/licenses/ISC
 * Copyright 2015 Michael Drake <tlsa@netsurf-browser.org>
 */

/** \file src/layout.h
 * Layout object handling
 */

#ifndef nslayout_layout_h_
#define nslayout_layout_h_

struct nslayout_layout;

#endif