summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index a0b22fc2..066df340 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -188,7 +188,6 @@ int dice_main(void);
int vedit(char *fpath, int saveheader, int *islocal);
void write_header(FILE *fp);
void addsignature(FILE *fp, int ifuseanony);
-char *strcasestr(const char *big, const char *little);
void auto_backup(void);
void restore_backup(void);
char *ask_tmpbuf(int y);
@@ -366,6 +365,9 @@ char *completeutmp_getname(int where);
/* osdep */
int cpuload(char *str);
double swapused(long *total, long *used);
+#ifdef __linux__
+char *strcasestr(const char *big, const char *little);
+#endif
/* othello */
int othello_main(void);