aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2009-02-12 23:32:53 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2009-02-12 23:32:53 +0000
commitf45eaee6e00af151f4c6ae32e7bdadbefa0b81b4 (patch)
tree20dad1ab6dd186d8b2d7cd5d1e7121d95d1c9b01 /dzen.h
parent2b5d2d084f9b99f69671ccb31ad95417ad50491b (diff)
downloaddzen-f45eaee6e00af151f4c6ae32e7bdadbefa0b81b4.tar.gz
dzen-f45eaee6e00af151f4c6ae32e7bdadbefa0b81b4.zip
reverted strlen_utf8() change. now we use default strlen() again
git-svn-id: http://dzen.googlecode.com/svn/trunk@248 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dzen.h b/dzen.h
index 294953a..9d17502 100644
--- a/dzen.h
+++ b/dzen.h
@@ -162,4 +162,3 @@ extern void *emalloc(unsigned int size); /* allocates memory, exits on error */
extern void eprint(const char *errstr, ...); /* prints errstr and exits with 1 */
extern char *estrdup(const char *str); /* duplicates str, exits on allocation error */
extern void spawn(const char *arg); /* execute arg */
-extern size_t strlen_utf8(const char * _s);