added new method for remote server interface for Share service

This commit is contained in:
n8fr8 2013-02-12 14:29:02 +07:00
parent 1576775f02
commit c4810d485d
1 changed files with 5 additions and 0 deletions

View File

@ -53,4 +53,9 @@ interface ITorService {
*/
String getInfo (String args);
/**
* Add Onion Share
*/
String addOnionShare (in Uri uriData, String contentType);
}