X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2Fquelaton%2FFcpClient.java;h=ab25d61bcac39648da2a067ce9e1e0897f135798;hb=f8f89b060a9d65fcfa430930fb22e7cff80c62b8;hp=f9430830a5f98995432fda4eb7a9714df67f7fa2;hpb=e6459d9e0140ead00762e72b5d71b120f0f6f0fd;p=jFCPlib.git diff --git a/src/main/java/net/pterodactylus/fcp/quelaton/FcpClient.java b/src/main/java/net/pterodactylus/fcp/quelaton/FcpClient.java index f943083..ab25d61 100644 --- a/src/main/java/net/pterodactylus/fcp/quelaton/FcpClient.java +++ b/src/main/java/net/pterodactylus/fcp/quelaton/FcpClient.java @@ -9,6 +9,7 @@ public interface FcpClient { GetNodeCommand getNode(); GetConfigCommand getConfig(); + ModifyConfigCommand modifyConfig(); GenerateKeypairCommand generateKeypair(); ClientGetCommand clientGet();