summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2015-11-24 22:20:48 +0100
committerpgen <p.gen.progs@gmail.com>2015-11-24 22:20:48 +0100
commit85319900bb5f5c846e8ecc931852a145b11cbb7b (patch)
tree16747f120958d7c2d98172bbb50681ed2f40d68e /smenu.h
parent65c235497dcb91c6e62ad571f2d1d3fe6efa3611 (diff)
Ignore the case when checking the current charset
Diffstat (limited to 'smenu.h')
-rw-r--r--smenu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/smenu.h b/smenu.h
index ab213b5..1960a0f 100644
--- a/smenu.h
+++ b/smenu.h
@@ -41,6 +41,8 @@ void ll_init(ll_t * list);
ll_node_t *ll_new_node(void);
ll_t *ll_new(void);
+int my_stricmp(const char *str1, const char *str2);
+
int isprint7(int i);
int isprint8(int i);