Add feature to take extra capabilities from plugin
[sdk/target/sdbd.git] / src / plugin.h
index 6db5f65..72345c6 100755 (executable)
@@ -76,4 +76,8 @@ int request_shellcmd_to_plugin ( const char* in_buf );
 // return -1 if failed to create async proc thread
 int request_appcmd_to_plugin ( const char* in_buf );
 
+// return 1 if succeed to get capability from plugin
+// return 0 otherwise
+int request_extra_capability_to_plugin (char* out_buf, unsigned int out_len );
+
 #endif //__PLUGIN_H