Fix build error in sticker-receiver
[platform/core/uifw/capi-ui-sticker.git] / receiver / inc / ft.h
index 6c91c66..7421840 100644 (file)
@@ -16,6 +16,8 @@
 
 #include <glib.h>
 
+#include "sticker_request.h"
+
 #ifndef __FT_H__
 #define __FT_H__
 
@@ -33,10 +35,12 @@ gboolean is_init_sap();
 
 void request_all_sticker_data(const char *mode, const char *type);
 bool request_sticker_data(const char *mode, const char *category, const char *type);
-void request_sticker_feature();
+bool request_sticker_feature();
 void send_disconnect_message();
-void request_show_sync_notification();
+bool request_show_sync_notification();
 
 bool get_job_progress();
 
+void push_sticker_request(request_type req_type, const char *mode, const char *category, const char *type);
+
 #endif /* __FT_H__ */