commit | e7ed8c8130900847a746d26b0c65b6771a49b062 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed May 06 15:12:30 2015 -0700 |
committer | Ethan Chen <intervigil@gmail.com> | Mon Oct 19 12:16:41 2015 -0700 |
tree | e27298e632c694bcef1de4c64b8b6c2478aace13 | |
parent | bc29c4398883277503ee0f3a2ee4c64406db3c3f [diff] |
Add missing extern "C" declaration. BUG: 20891299 Change-Id: Iedfd2e8e5bd32014f011352898763bcc0887b6b9
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>