summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/util.h b/util.h
index 23316292bf..920549fbde 100644
--- a/util.h
+++ b/util.h
@@ -35,12 +35,12 @@
#endif
#define scan_oct ruby_scan_oct
-unsigned long scan_oct(const char*, int, int*);
+unsigned long ruby_scan_oct(const char*, int, int*);
#define scan_hex ruby_scan_hex
-unsigned long scan_hex(const char*, int, int*);
+unsigned long ruby_scan_hex(const char*, int, int*);
#if defined(MSDOS) || defined(__CYGWIN32__) || defined(_WIN32)
-void ruby_add_suffix(VALUE str, char *suffix);
+void ruby_add_suffix(VALUE str, const char *suffix);
#endif
void ruby_qsort(void*, const int, const int, int (*)(const void*,const void*,void*), void*);