Ignore identifier when consuming unknown messages
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / FcpClient.java
index 065f68a..ad4501d 100644 (file)
@@ -8,5 +8,9 @@ package net.pterodactylus.fcp.quelaton;
 public interface FcpClient {
 
        GenerateKeypairCommand generateKeypair();
+       ClientGetCommand clientGet();
+       ClientPutCommand clientPut();
+
+       ListPeersCommand listPeers();
 
 }