OSDN Git Service

Fix missing extern.
authorElliott Hughes <enh@google.com>
Fri, 20 Feb 2015 18:52:14 +0000 (10:52 -0800)
committerElliott Hughes <enh@google.com>
Fri, 20 Feb 2015 18:52:14 +0000 (10:52 -0800)
Change-Id: Iaf7c85b49350e0716d40edb36129714ca47fdb11

rild/rild.c

index 5757a39..8d3fb6a 100644 (file)
@@ -52,6 +52,7 @@ extern void RIL_register (const RIL_RadioFunctions *callbacks);
 extern void RIL_onRequestComplete(RIL_Token t, RIL_Errno e,
                            void *response, size_t responselen);
 
+extern void RIL_setRilSocketName(char *);
 
 #if defined(ANDROID_MULTI_SIM)
 extern void RIL_onUnsolicitedResponse(int unsolResponse, const void *data,