summaryrefslogtreecommitdiff
path: root/include/dom/core/pi.h
blob: af88784bf82e195535ebf527257efeb107bab4ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * 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_core_processinginstruction_h_
#define dom_core_processinginstruction_h_

typedef struct dom_processing_instruction dom_processing_instruction;

#endif