From: Günther Deschner Date: Wed, 27 Aug 2008 21:43:01 +0000 (+0200) Subject: netapi: add AF_OP constants to public header. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a06e21782a4970840f5a8c65b633c9654443161d;p=thirdparty%2Fsamba.git netapi: add AF_OP constants to public header. Guenther --- diff --git a/source/lib/netapi/netapi.h b/source/lib/netapi/netapi.h index 51ea17ad7b7..0c7c23b36f5 100644 --- a/source/lib/netapi/netapi.h +++ b/source/lib/netapi/netapi.h @@ -106,6 +106,11 @@ struct USER_INFO_1 { const char * usri1_script_path; }; +#define AF_OP_PRINT ( 0x1 ) +#define AF_OP_COMM ( 0x2 ) +#define AF_OP_SERVER ( 0x4 ) +#define AF_OP_ACCOUNTS ( 0x8 ) + struct USER_INFO_2 { const char * usri2_name; const char * usri2_password;