summaryrefslogtreecommitdiffstats
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils.h b/utils.h
index 4519ad0..741795f 100644
--- a/utils.h
+++ b/utils.h
@@ -6,8 +6,8 @@
#ifndef UTILS_H
#define UTILS_H
-# include <errno.h>
-# include <unistd.h>
+#include <errno.h>
+#include <unistd.h>
typedef struct interval_s interval_t;
typedef struct range_s range_t;
@@ -63,7 +63,7 @@ int
isprint8(int i);
int
-xwcscasecmp(const wchar_t * w1s, const wchar_t * w2s);
+my_wcscasecmp(const wchar_t * w1s, const wchar_t * w2s);
int
is_integer(const char * const s);