summaryrefslogtreecommitdiffstats
path: root/ril
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2015-05-06 15:12:30 -0700
committerEthan Chen <intervigil@gmail.com>2015-10-19 12:16:41 -0700
commite7ed8c8130900847a746d26b0c65b6771a49b062 (patch)
treee27298e632c694bcef1de4c64b8b6c2478aace13 /ril
parentbc29c4398883277503ee0f3a2ee4c64406db3c3f (diff)
downloadandroid_hardware_samsung-e7ed8c8130900847a746d26b0c65b6771a49b062.tar.gz
android_hardware_samsung-e7ed8c8130900847a746d26b0c65b6771a49b062.tar.bz2
android_hardware_samsung-e7ed8c8130900847a746d26b0c65b6771a49b062.zip
Add missing extern "C" declaration.
BUG: 20891299 Change-Id: Iedfd2e8e5bd32014f011352898763bcc0887b6b9
Diffstat (limited to 'ril')
-rw-r--r--ril/libril/RilSocket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ril/libril/RilSocket.h b/ril/libril/RilSocket.h
index 053df3e..1539c11 100644
--- a/ril/libril/RilSocket.h
+++ b/ril/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>