Add support for multiple dhcp ranges.
We need multiple dhcp ranges to support dhcp on different interfaces.
bug:2533491
Change-Id: I3b568e81c048c6aff1a752ac4a81669034104413
diff --git a/TetherController.h b/TetherController.h
index 208780a..1fd4f95 100644
--- a/TetherController.h
+++ b/TetherController.h
@@ -37,7 +37,8 @@
int setIpFwdEnabled(bool enable);
bool getIpFwdEnabled();
- int startTethering(struct in_addr dhcpStart, struct in_addr dhcpEnd);
+ int startTethering(int num_addrs, struct in_addr* addrs);
+
int stopTethering();
bool isTetheringStarted();