1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

netapi: add AF_OP constants to public header.

Guenther
(This used to be commit a06e21782a4970840f5a8c65b633c9654443161d)
This commit is contained in:
Günther Deschner 2008-08-27 23:43:01 +02:00
parent f16719e679
commit 1283d081b2

View File

@ -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;