summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libw32c.cc
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2010-10-27 00:24:43 +0200
committerRaphael Langella <raphael.langella@gmail.com>2010-10-27 00:24:43 +0200
commitddeb6cd81a85c545c56dc28e2ec75721de274c8c (patch)
treeb0e8b2d2871e9e787c474f2dc8461a0bbdc9cc28 /crawl-ref/source/libw32c.cc
parent738df0a21160c2386443ba6b004257c11c2844eb (diff)
downloadcrawl-ref-ddeb6cd81a85c545c56dc28e2ec75721de274c8c.tar.gz
crawl-ref-ddeb6cd81a85c545c56dc28e2ec75721de274c8c.zip
Declare all the functions refixed with _ as static
I used a basic script to find them, so I probably missed a few
Diffstat (limited to 'crawl-ref/source/libw32c.cc')
-rw-r--r--crawl-ref/source/libw32c.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/libw32c.cc b/crawl-ref/source/libw32c.cc
index 732dd1f8da..678e36e7b0 100644
--- a/crawl-ref/source/libw32c.cc
+++ b/crawl-ref/source/libw32c.cc
@@ -449,7 +449,7 @@ bool is_cursor_enabled()
return (cursor_is_enabled);
}
-void _setcursortype_internal(bool curstype)
+static void _setcursortype_internal(bool curstype)
{
CONSOLE_CURSOR_INFO cci;