Remove debug code
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / FcpClient.java
index 065f68a..6e5ab0a 100644 (file)
@@ -8,5 +8,7 @@ package net.pterodactylus.fcp.quelaton;
 public interface FcpClient {
 
        GenerateKeypairCommand generateKeypair();
+       ClientGetCommand clientGet();
+       ClientPutCommand clientPut();
 
 }