]> git.deb.at Git - pkg/abook.git/blobdiff - misc.h
multibyte update
[pkg/abook.git] / misc.h
diff --git a/misc.h b/misc.h
index 384b6cca8654555203e92f926833e9ce680c5881..9b42d2c6ab9e6ad69de06472b8d0e7538fa231d0 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -16,6 +16,10 @@ char         *my_getcwd();
 
 char           *getaline(FILE *f);
 
+int            strwidth(const char *s);
+int            bytes2width(const char *s, int width);
+
+
 #ifdef HAVE_CONFIG_H
 #      include "config.h"
 #endif