source: branches/samba-3.2.x/examples/libsmbclient/testacl2.c

Last change on this file was 133, checked in by Paul Smedley, 18 years ago

Update trunk to 3.2.0pre3

File size: 1.7 KB
Line 
1#include <stdlib.h>
2#include <string.h>
3#include <errno.h>
4#include <popt.h>
5#include "libsmbclient.h"
6#include "get_auth_data_fn.h"
7
8enum acl_mode
9{
10 SMB_ACL_GET,
11 SMB_ACL_SET,
12 SMB_ACL_DELETE,