Add ListPeers command
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / FcpClient.java
index 6e5ab0a..ad4501d 100644 (file)
@@ -11,4 +11,6 @@ public interface FcpClient {
        ClientGetCommand clientGet();
        ClientPutCommand clientPut();
 
+       ListPeersCommand listPeers();
+
 }