Base the task model around an auth object, so we can make the model reflect the
[milk] / src / milk-auth.h
index 55caa36..4508a84 100644 (file)
@@ -64,7 +64,6 @@ GType milk_auth_get_type (void);
 
 MilkAuth* milk_auth_get_default (void);
 
-/* FIXME: cut this */
-void milk_auth_run_demo (MilkAuth* auth) ;
+void milk_auth_log_in (MilkAuth* auth) ;
 
 #endif /* _MILK_AUTH_H */