From: Günther Deschner Date: Thu, 28 Aug 2008 09:54:16 +0000 (+0200) Subject: netapi: add USER_MAXSTORAGE_UNLIMITED to IDL. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71623f853d475eac8b4293d454706c3288bcbc10;p=thirdparty%2Fsamba.git netapi: add USER_MAXSTORAGE_UNLIMITED to IDL. Guenther --- diff --git a/source/librpc/idl/libnetapi.idl b/source/librpc/idl/libnetapi.idl index fb708419218..62363c4bee9 100644 --- a/source/librpc/idl/libnetapi.idl +++ b/source/librpc/idl/libnetapi.idl @@ -174,6 +174,8 @@ interface libnetapi const int AF_OP_ACCOUNTS = 0x8; const int AF_SETTABLE_BITS = (AF_OP_PRINT | AF_OP_COMM | AF_OP_SERVER | AF_OP_ACCOUNTS); + const int USER_MAXSTORAGE_UNLIMITED = (uint32_t)-1L; + [public] typedef struct { string usri2_name; string usri2_password;