aboutsummaryrefslogtreecommitdiffstats
path: root/src/Permission.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Permission.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Permission.hxx b/src/Permission.hxx
index 60761c696..50edc1da4 100644
--- a/src/Permission.hxx
+++ b/src/Permission.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2014 The Music Player Daemon Project
+ * Copyright (C) 2003-2015 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -28,8 +28,10 @@ static constexpr unsigned PERMISSION_ADMIN = 8;
int getPermissionFromPassword(char const* password, unsigned* permission);
-unsigned getDefaultPermissions(void);
+unsigned
+getDefaultPermissions();
-void initPermissions(void);
+void
+initPermissions();
#endif