added new method for remote server interface for Share service
This commit is contained in:
parent
1576775f02
commit
c4810d485d
|
@ -53,4 +53,9 @@ interface ITorService {
|
||||||
*/
|
*/
|
||||||
String getInfo (String args);
|
String getInfo (String args);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add Onion Share
|
||||||
|
*/
|
||||||
|
String addOnionShare (in Uri uriData, String contentType);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue