tbm_module : add tbm_module_bufmgr_get_capabilities
[platform/core/uifw/libtbm.git] / src / tbm_bufmgr_int.h
index b19351b..fe9bc61 100644 (file)
@@ -358,4 +358,6 @@ tbm_bo tbm_bo_alloc_with_bo_data(tbm_bufmgr bufmgr, tbm_backend_bo_data *bo_data
 tbm_module *tbm_module_load(tbm_bufmgr bufmgr, int fd);
 void        tbm_module_unload(tbm_module *module);
 
-#endif /* _TBM_BUFMGR_INT_H_ */
+int         tbm_module_bufmgr_get_capabilities(tbm_module *module);
+
+#endif                                                 /* _TBM_BUFMGR_INT_H_ */