X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=user_list.h;h=948ed503093e53d1df0e29430619c22092489235;hp=3a77e98fa8c4636406035ce66f7842235832db4d;hb=1709cc8f8a54429441f8f83c38146e667133c727;hpb=f5cf47f2bc4bb76d0d21e2467c5846cade38558f diff --git a/user_list.h b/user_list.h index 3a77e98f..948ed503 100644 --- a/user_list.h +++ b/user_list.h @@ -15,6 +15,7 @@ * is read at server startup. */ enum server_command_permissions { + NO_PERMISSION_REQUIRED = 0, /** None of the below. */ AFS_READ = 1, /** Read-only operation on the AFS database. */ AFS_WRITE = 2, /** Read-write operation on the AFS database. */ VSS_READ = 4, /** Read-only operation on the virtual streaming system. */