Implement the priority +/- buttons
[milk] / src / milk-auth.h
index 5e98254..55c5b79 100644 (file)
@@ -95,5 +95,10 @@ char*         milk_auth_task_delete     (MilkAuth    *auth,
                                          char        *timeline,
                                          RtmTask     *task,
                                          GError     **error);
+char*         milk_auth_task_set_priority (MilkAuth    *auth,
+                                           char        *timeline,
+                                           RtmTask     *task,
+                                           const char  *priority,
+                                           GError     **error);
 
 #endif /* _MILK_AUTH_H */