diff options
Diffstat (limited to '')
-rwxr-xr-x | mtp/twrpMtp.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mtp/twrpMtp.hpp b/mtp/twrpMtp.hpp index bed81c0e9..f0d8f4bfd 100755 --- a/mtp/twrpMtp.hpp +++ b/mtp/twrpMtp.hpp @@ -34,7 +34,8 @@ class twrpMtp { public: twrpMtp(int debug_enabled /* = 0 */); - pthread_t runserver(void); + pthread_t threadserver(void); + pid_t forkserver(void); void addStorage(std::string display, std::string path, int mtpid); private: int start(void); |