Add default api to apiset
[src/app-framework-binder.git] / src / afb-ditf.h
index 7d56c60..3e8d99a 100644 (file)
@@ -24,7 +24,6 @@
 
 #include <afb/afb-binding.h>
 
-#include "afb-apis.h"
 #include "afb-svc.h"
 #include "afb-evt.h"
 #include "afb-common.h"
@@ -44,4 +43,5 @@ struct afb_ditf
 
 extern void afb_ditf_init(struct afb_ditf *ditf, const char *prefix);
 extern void afb_ditf_rename(struct afb_ditf *ditf, const char *prefix);
+extern void afb_ditf_update_hook(struct afb_ditf *ditf);