aboutsummaryrefslogtreecommitdiffhomepage
path: root/env_universal_common.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-18 07:11:29 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-18 07:11:29 +1000
commitf86f80fcd6658b457e568699aa2116d012e7a9be (patch)
treeaee48a71227a8813738039189952ea3eab229701 /env_universal_common.h
parentd563e428e8dd33be951f8421c505eae173e69c9d (diff)
Properly handle character sets in universal variables
darcs-hash:20061017211129-ac50b-6aecd04b74a9122ff0e1b320a2cf48db36dd2194.gz
Diffstat (limited to 'env_universal_common.h')
-rw-r--r--env_universal_common.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/env_universal_common.h b/env_universal_common.h
index e116a15f..43ed5d48 100644
--- a/env_universal_common.h
+++ b/env_universal_common.h
@@ -72,14 +72,10 @@ typedef struct connection
*/
int killme;
/**
- The state used for character conversions
- */
- mbstate_t wstate;
- /**
The input string. Input from the socket goes here. When a
newline is encountered, the buffer is parsed and cleared.
*/
- string_buffer_t input;
+ buffer_t input;
/**
The read buffer.