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

#ifndef dom_internal_core_document_type_h_
#define dom_internal_core_document_type_h_

struct dom_document_type;

/* Destroy a document type */
void dom_document_type_destroy(struct dom_document_type *doctype);

#endif