From e7ed8c8130900847a746d26b0c65b6771a49b062 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Wed, 6 May 2015 15:12:30 -0700 Subject: Add missing extern "C" declaration. BUG: 20891299 Change-Id: Iedfd2e8e5bd32014f011352898763bcc0887b6b9 --- ril/libril/RilSocket.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ril') 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. *

-- cgit v1.2.3