summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTomasz Wasilczyk <twasilczyk@google.com>2017-04-11 09:21:08 -0700
committerTomasz Wasilczyk <twasilczyk@google.com>2017-04-12 14:24:15 -0700
commit88961c2a2feb543bc6f63b42eeaa112ddca5d6e3 (patch)
treebd136b637da3d008a53e4dd7073c386ee5ae4a41 /include
parente7b2a3d1f6fa8bb5111a4b3ac92c9b5c324eb515 (diff)
downloadandroid_hardware_ril-88961c2a2feb543bc6f63b42eeaa112ddca5d6e3.tar.gz
android_hardware_ril-88961c2a2feb543bc6f63b42eeaa112ddca5d6e3.tar.bz2
android_hardware_ril-88961c2a2feb543bc6f63b42eeaa112ddca5d6e3.zip
Fix warnings and set Werror flags to not let them happen again.
Test: it builds. Bug: b/37159108 Change-Id: I3b0d6376d81615774b60e71a6eebf6f38224df88
Diffstat (limited to 'include')
-rw-r--r--include/libril/ril_ex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libril/ril_ex.h b/include/libril/ril_ex.h
index 251e8ff..757bcf9 100644
--- a/include/libril/ril_ex.h
+++ b/include/libril/ril_ex.h
@@ -22,6 +22,8 @@
#define NUM_ELEMS_SOCKET(a) (sizeof (a) / sizeof (a)[0])
+struct ril_event;
+
void rilEventAddWakeup_helper(struct ril_event *ev);
int blockingWrite_helper(int fd, void* data, size_t len);