X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=user_list.h;h=c18eb57d049551fc8fe30e1d67c08795395a5389;hp=ce940376fdc67128e6ae9636281978f7523273ec;hb=3d075bb43197cf3c5dbe23bb78e3b43a5f4bcca1;hpb=2cc93ff31f16e65c1c1f94b0044b32f6be67cbd3 diff --git a/user_list.h b/user_list.h index ce940376..c18eb57d 100644 --- a/user_list.h +++ b/user_list.h @@ -24,12 +24,12 @@ /** * permission flags that can be set individually for any server command * - * - DB_READ: command reads from the database - * - DB_WRITE: command changes the contents of the database + * - AFS_READ: read-only command of the audio file selector + * - AFS_WRITE: command changes state of the audio file selector * - VSS_READ: command reads information about the current audio stream * - VSS_WRITE: command changes the current audio stream */ -enum {DB_READ = 1, DB_WRITE = 2, VSS_READ = 4, VSS_WRITE = 8}; +enum {AFS_READ = 1, AFS_WRITE = 2, VSS_READ = 4, VSS_WRITE = 8}; /** * data needed to authenticate the user