summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2016-12-25 22:55:21 +0100
committertomsmeding <tom.smeding@gmail.com>2016-12-25 22:56:13 +0100
commited2b3a38ec05c566c645dc2aabfd513edff8d63b (patch)
tree388cf0c5d6a425f5d7f86783e0c67e930f94c6a4 /util.h
parent70431dcb67e33bd466d03fb41e5a90ba301127a4 (diff)
Plugins
Diffstat (limited to 'util.h')
-rw-r--r--util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util.h b/util.h
index 5831b95..1124982 100644
--- a/util.h
+++ b/util.h
@@ -1,8 +1,8 @@
#pragma once
-char* copy_buf(char *buf,int len);
-char* copy_str(char *str);
+char* copy_buf(const char *buf,int len);
+char* copy_str(const char *str);
void str_toupper(char *str);