summaryrefslogtreecommitdiff
path: root/support/texlab/crates/bibutils_sys/src/entities.h
blob: b1f0dbcc02ce69553028e599849d75e7dc900a15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * entities.h
 *
 * Copyright (c) Chris Putnam 2003-2019
 *
 * Source code released under the GPL version 2
 *
 */
#ifndef ENTITIES_H
#define ENTITIES_H

extern unsigned int decode_entity( char *s, unsigned int *pi, 
		int *unicode, int *err );

#endif