Perform basic authentication with the server upon start
[milk] / src / milk-auth.h
index 5fc14e0..55caa36 100644 (file)
@@ -62,6 +62,9 @@ struct _MilkAuthClass
 GType milk_auth_get_type (void);
 
 
-MilkAuth* milk_auth_get_default ();
+MilkAuth* milk_auth_get_default (void);
+
+/* FIXME: cut this */
+void milk_auth_run_demo (MilkAuth* auth) ;
 
 #endif /* _MILK_AUTH_H */