aboutsummaryrefslogtreecommitdiffhomepage
path: root/iothread.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-15 11:33:41 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-15 11:33:41 -0800
commita92d9d442b5b4f8b3de0c2eef3a9d7a498a36aa8 (patch)
treee9043ac159a86c6c2da3e77149a309195fef43ff /iothread.cpp
parente2ff77b4ecd4a5555043c163df21906693a3b9cf (diff)
Initial work towards making autosuggestion smarter by recognizing paths
Diffstat (limited to 'iothread.cpp')
-rw-r--r--iothread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/iothread.cpp b/iothread.cpp
index 703fda5e..b302c673 100644
--- a/iothread.cpp
+++ b/iothread.cpp
@@ -138,7 +138,7 @@ static void iothread_spawn_if_needed(void) {
}
}
-int iothread_perform(int (*handler)(void *), void (*completionCallback)(void *, int), void *context) {
+int iothread_perform_base(int (*handler)(void *), void (*completionCallback)(void *, int), void *context) {
iothread_init();
/* Create and initialize a request. */