aboutsummaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
Diffstat (limited to 'st.h')
-rw-r--r--st.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.h b/st.h
index 09473c2..3d9b6e7 100644
--- a/st.h
+++ b/st.h
@@ -209,7 +209,7 @@ void selnormalize(void);
209int selected(int, int); 209int selected(int, int);
210char *getsel(void); 210char *getsel(void);
211 211
212size_t utf8decode(char *, Rune *, size_t); 212size_t utf8decode(const char *, Rune *, size_t);
213size_t utf8encode(Rune, char *); 213size_t utf8encode(Rune, char *);
214 214
215void *xmalloc(size_t); 215void *xmalloc(size_t);