summaryrefslogtreecommitdiffstats
path: root/sesman/access.h
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/access.h')
-rw-r--r--sesman/access.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/access.h b/sesman/access.h
index 7705f8bb..a52b1451 100644
--- a/sesman/access.h
+++ b/sesman/access.h
@@ -34,7 +34,7 @@
* @return 0 if access is denied, !=0 if allowed
*
*/
-int DEFAULT_CC
+int
access_login_allowed(const char *user);
/**
@@ -44,7 +44,7 @@ access_login_allowed(const char *user);
* @return 0 if access is denied, !=0 if allowed
*
*/
-int DEFAULT_CC
+int
access_login_mng_allowed(const char *user);
#endif