summaryrefslogtreecommitdiff
path: root/src/layout.h
blob: 22c05e4c7444b6555b00c67d85c6f356b24e8302 (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 nsl_layout_h_
#define nsl_layout_h_

struct nsl_layout;

#endif