diff options
author | Günther Deschner <gd@samba.org> | 2008-09-12 17:24:37 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-09-22 19:36:53 +0200 |
commit | b47953ea105a04a3d62259f1cbf5aea2f7910173 (patch) | |
tree | 639024c1c98167f27baa1ad70bbc8e29ab085bd6 /source3/lib/netapi/tests/common.h | |
parent | ba58d17e6981dcf6775c1706ff21afa6c5849ede (diff) | |
download | samba-b47953ea105a04a3d62259f1cbf5aea2f7910173.tar.gz samba-b47953ea105a04a3d62259f1cbf5aea2f7910173.tar.bz2 samba-b47953ea105a04a3d62259f1cbf5aea2f7910173.zip |
netapi: add NetFile testsuite.
Guenther
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])) |