diff options
Diffstat (limited to 'server/NetdNativeService.h')
| -rw-r--r-- | server/NetdNativeService.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/NetdNativeService.h b/server/NetdNativeService.h index 607bec876..3624052b2 100644 --- a/server/NetdNativeService.h +++ b/server/NetdNativeService.h @@ -227,7 +227,8 @@ class NetdNativeService : public BinderService<NetdNativeService>, public BnNetd binder::Status strictUidCleartextPenalty(int32_t uid, int32_t policyPenalty) override; // Clatd-related commands - binder::Status clatdStart(const std::string& ifName) override; + binder::Status clatdStart(const std::string& ifName, const std::string& nat64Prefix, + std::string* v6Address) override; binder::Status clatdStop(const std::string& ifName) override; // Ipfw-related commands |
