Add method to modify peer note by host and port
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / ModifyPeerNoteCommand.java
index 690671f..ee76487 100644 (file)
@@ -11,5 +11,6 @@ public interface ModifyPeerNoteCommand {
 
        Executable<Boolean> byName(String name);
        Executable<Boolean> byIdentifier(String identifier);
+       Executable<Boolean> byHostAndPort(String host, int port);
 
 }