summaryrefslogtreecommitdiff
path: root/CyteKit/extern.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2017-03-04 21:06:59 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2017-03-04 21:06:59 -0800
commit8658b2df5d752c857807a1f9a652bdc2226ec429 (patch)
tree64d39b53cdfcf97d4a567cb8adcb6c8deb704505 /CyteKit/extern.h
parent300a26c1c0cdcc6f86880b6d70e7bdf81d210b4b (diff)
Rename IsReachable to CyteIsReachable, in CyteKit.
Diffstat (limited to 'CyteKit/extern.h')
-rw-r--r--CyteKit/extern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/CyteKit/extern.h b/CyteKit/extern.h
index c7bc270..12d0438 100644
--- a/CyteKit/extern.h
+++ b/CyteKit/extern.h
@@ -27,4 +27,6 @@
extern bool IsWildcat_;
extern CGFloat ScreenScale_;
+bool CyteIsReachable(const char *name);
+
#endif//CyteKit_extern_H