summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2015-05-06 15:12:30 -0700
committerChih-Hung Hsieh <chh@google.com>2015-05-06 15:12:30 -0700
commite0fdb5d2a526d90d804fe4f201bae4623a0b311a (patch)
tree6f48b5735d5a7980eb7b9d19798353e863ce94dc
parent191e4dc982754d2f4662bc80bf1a76c5d933565a (diff)
downloadandroid_hardware_ril-e0fdb5d2a526d90d804fe4f201bae4623a0b311a.tar.gz
android_hardware_ril-e0fdb5d2a526d90d804fe4f201bae4623a0b311a.tar.bz2
android_hardware_ril-e0fdb5d2a526d90d804fe4f201bae4623a0b311a.zip
Add missing extern "C" declaration.
BUG: 20891299 Change-Id: Iedfd2e8e5bd32014f011352898763bcc0887b6b9
-rw-r--r--libril/RilSocket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libril/RilSocket.h b/libril/RilSocket.h
index 053df3e..1539c11 100644
--- a/libril/RilSocket.h
+++ b/libril/RilSocket.h
@@ -22,6 +22,8 @@
using namespace std;
+extern "C" void *ril_socket_process_requests_loop(void *arg);
+
/**
* Abstract socket class representing sockets in rild.
* <p>