diff options
Diffstat (limited to 'include/pipes_text_cbits.h')
-rw-r--r-- | include/pipes_text_cbits.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/pipes_text_cbits.h b/include/pipes_text_cbits.h new file mode 100644 index 0000000..b9ab670 --- /dev/null +++ b/include/pipes_text_cbits.h | |||
@@ -0,0 +1,11 @@ | |||
1 | /* | ||
2 | * Copyright (c) 2013 Bryan O'Sullivan <bos@serpentine.com>. | ||
3 | */ | ||
4 | |||
5 | #ifndef _pipes_text_cbits_h | ||
6 | #define _pipes_text_cbits_h | ||
7 | |||
8 | #define UTF8_ACCEPT 0 | ||
9 | #define UTF8_REJECT 12 | ||
10 | |||
11 | #endif | ||