From 29291fa78768418bdaecbed18fa166bbe6e5c1d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Mon, 15 Feb 2010 23:23:14 +0000 Subject: [PATCH] * suse gcc complains about empty paramlist of functions; since that just means anything can be here, its bad coding style anyway. --- webcit/webcit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/webcit.h b/webcit/webcit.h index a82ef0241..c93fec496 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -600,7 +600,7 @@ void cookie_to_stuff(StrBuf *cookie, void locate_host(StrBuf *TBuf, int); void become_logged_in(const StrBuf *user, const StrBuf *pass, StrBuf *serv_response); void openid_manual_create(void); -void display_login(); +void display_login(void); void display_openids(void); void do_welcome(void); void do_logout(void); -- 2.39.2