diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-09-22 14:23:40 -0700 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-09-22 14:23:40 -0700 |
commit | b18449dbd587e978a65d8de3b8df96371d4bcdcb (patch) | |
tree | b80b384832e380ee0a5c8d358c9ee7f85d2c6d0f /source3/lib/netapi/tests/common.h | |
parent | cebd9a9013a76073c3035b74175d228116fc7e48 (diff) | |
parent | 92ebd6afc9a1979d5a08af1f7964032763d8fc5b (diff) | |
download | samba-b18449dbd587e978a65d8de3b8df96371d4bcdcb.tar.gz samba-b18449dbd587e978a65d8de3b8df96371d4bcdcb.tar.bz2 samba-b18449dbd587e978a65d8de3b8df96371d4bcdcb.zip |
Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-devel
Diffstat (limited to 'source3/lib/netapi/tests/common.h')
-rw-r--r-- | source3/lib/netapi/tests/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/netapi/tests/common.h b/source3/lib/netapi/tests/common.h index 5a320321ba..9320840909 100644 --- a/source3/lib/netapi/tests/common.h +++ b/source3/lib/netapi/tests/common.h @@ -41,6 +41,8 @@ NET_API_STATUS netapitest_display(struct libnetapi_ctx *ctx, const char *hostname); NET_API_STATUS netapitest_share(struct libnetapi_ctx *ctx, const char *hostname); +NET_API_STATUS netapitest_file(struct libnetapi_ctx *ctx, + const char *hostname); #ifndef ARRAY_SIZE #define ARRAY_SIZE(a) (sizeof(a)/sizeof(a[0])) |