summaryrefslogtreecommitdiffstats
path: root/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc.h')
-rw-r--r--ipc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc.h b/ipc.h
index 5edc58d..c4c0529 100644
--- a/ipc.h
+++ b/ipc.h
@@ -39,6 +39,7 @@ struct ipc_client_object {
};
extern struct ril_client_funcs ipc_fmt_client_funcs;
+extern struct ril_client_funcs ipc_rfs_client_funcs;
void ipc_fmt_send(const unsigned short command, const char type, unsigned char *data, const int length, unsigned char mseq);