OSDN Git Service

Blacklist uids for network access
[android-x86/system-netd.git] / server / CommandListener.h
index b71bc45..99dea5a 100644 (file)
@@ -136,6 +136,7 @@ private:
     protected:
         int sendGenericOkFail(SocketClient *cli, int cond);
         static FirewallRule parseRule(const char* arg);
+        static FirewallType parseFirewallType(const char* arg);
     };
 
     class ClatdCmd : public NetdCommand {