Add method to disable peer
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / GetNodeCommand.java
index da7bf68..e55c890 100644 (file)
@@ -10,5 +10,7 @@ import net.pterodactylus.fcp.NodeData;
 public interface GetNodeCommand extends Executable<NodeData> {
 
        GetNodeCommand opennetRef();
+       GetNodeCommand includePrivate();
+       GetNodeCommand includeVolatile();
 
 }