Base the task model around an auth object, so we can make the model reflect the
[milk] / src / milk-auth.h
index 5fc14e0..4508a84 100644 (file)
@@ -62,6 +62,8 @@ struct _MilkAuthClass
 GType milk_auth_get_type (void);
 
 
-MilkAuth* milk_auth_get_default ();
+MilkAuth* milk_auth_get_default (void);
+
+void milk_auth_log_in (MilkAuth* auth) ;
 
 #endif /* _MILK_AUTH_H */