summaryrefslogtreecommitdiff
path: root/com32/include/ctype.h
diff options
context:
space:
mode:
authorErwan Velu <erwanaliasr1@gmail.com>2011-03-18 18:28:52 +0100
committerErwan Velu <erwanaliasr1@gmail.com>2011-03-18 18:28:52 +0100
commit5b4b737c22587fb1879efab9d93630afcd835d62 (patch)
treed8d2fd3e89e00a26672e1808618910c08b84e4cd /com32/include/ctype.h
parente19dc1cd0c218f453a96164d877c7f91b4a42bf8 (diff)
downloadsyslinux-5b4b737c22587fb1879efab9d93630afcd835d62.tar.gz
lib: make chrreplace reachable for com32 modules
chr_replace was only used in pci/scan.c but this could be useful for other modules like hdt ;)
Diffstat (limited to 'com32/include/ctype.h')
-rw-r--r--com32/include/ctype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/include/ctype.h b/com32/include/ctype.h
index 83bbda1c..6e0645ee 100644
--- a/com32/include/ctype.h
+++ b/com32/include/ctype.h
@@ -117,5 +117,6 @@ __ctype_inline int tolower(int __c)
}
__extern char *skipspace(const char *p);
+__extern void chrreplace(char *source, char old, char new);
#endif /* _CTYPE_H */