X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=user_list.h;h=1ee73521fa016406027ece664576f0b5f2401037;hp=507ea02cd935afa64717bbff2d676769e09a0648;hb=e56519a6ef7f28ce4974fc83400418e8dcb47f33;hpb=1fe76952bf4244b93808da5e8fc45e92d8b37c58 diff --git a/user_list.h b/user_list.h index 507ea02c..1ee73521 100644 --- a/user_list.h +++ b/user_list.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Andre Noll + * Copyright (C) 2006-2007 Andre Noll * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -26,10 +26,10 @@ * * - DB_READ: command reads from the database * - DB_WRITE: command changes the contents of the database - * - AFS_READ: command reads information about the current audio stream - * - AFS_WRITE: command changes the current audio stream + * - 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, AFS_READ = 4, AFS_WRITE = 8}; +enum {DB_READ = 1, DB_WRITE = 2, VSS_READ = 4, VSS_WRITE = 8}; /** * data needed to authenticate the user