This commit is contained in:
B. Petersen 2018-09-22 14:01:41 +02:00
parent d9c316c8a6
commit 61482de5a5
3 changed files with 0 additions and 14 deletions

View file

@ -93,7 +93,6 @@ public class DcContext {
public native String getConfig (String key, String def);
public native int getConfigInt (String key, int def);
public native String getInfo ();
public native String cmdline (String cmd);
public native String initiateKeyTransfer ();
public native boolean continueKeyTransfer (int msg_id, String setup_code);
public native void imex (int what, String dir);