From a06e21782a4970840f5a8c65b633c9654443161d Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 27 Aug 2008 23:43:01 +0200 Subject: [PATCH] netapi: add AF_OP constants to public header. Guenther --- source/lib/netapi/netapi.h | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.47.2