summaryrefslogtreecommitdiff
path: root/src/select/computed.h
blob: eddc7c0d1db33cd6cfcc7a1ec1bcaa1f83caf2f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * This file is part of LibCSS
 * Licensed under the MIT License,
 *                http://www.opensource.org/licenses/mit-license.php
 * Copyright 2009 John-Mark Bell <jmb@netsurf-browser.org>
 */

#ifndef css_select_computed_h_
#define css_select_computed_h_

#include <libcss/computed.h>

css_error css_computed_style_create(css_alloc alloc, void *pw,
		css_computed_style **result);

#endif