summaryrefslogtreecommitdiff
path: root/render/textplain.h
blob: 859ff9e628811ae31586f0aed97b7fabc8d4eb90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * This file is part of NetSurf, http://netsurf.sourceforge.net/
 * Licensed under the GNU General Public License,
 *                http://www.opensource.org/licenses/gpl-license
 * Copyright 2004 James Bursa <bursa@users.sourceforge.net>
 */

#ifndef _NETSURF_RENDER_TEXTPLAIN_H_
#define _NETSURF_RENDER_TEXTPLAIN_H_

struct content;

void textplain_create(struct content *c, const char *params[]);
int textplain_convert(struct content *c, unsigned int width, unsigned int height);

#endif