aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/pipes_text_cbits.h
blob: b9ab670dc0a92b3a08f6b57a517f79204954ce43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Copyright (c) 2013 Bryan O'Sullivan <bos@serpentine.com>.
 */

#ifndef _pipes_text_cbits_h
#define _pipes_text_cbits_h

#define UTF8_ACCEPT 0
#define UTF8_REJECT 12

#endif