Add flag to GetNode command to include private data
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / GetNodeCommand.java
index da7bf68..ff94622 100644 (file)
@@ -10,5 +10,6 @@ import net.pterodactylus.fcp.NodeData;
 public interface GetNodeCommand extends Executable<NodeData> {
 
        GetNodeCommand opennetRef();
+       GetNodeCommand includePrivate();
 
 }