diff options
author | Richard Sharpe <sharpe@samba.org> | 2001-05-17 02:29:00 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2001-05-17 02:29:00 +0000 |
commit | 49177b07c831bd463752e6489c29e9dc0e680301 (patch) | |
tree | 24b00b276588ec46bdbc4d05952d13eb754ea446 /examples/libsmbclient/README | |
parent | 8c4d6548a91961ecc2a177f4f6f95fbea4035cd3 (diff) | |
download | samba-49177b07c831bd463752e6489c29e9dc0e680301.tar.gz samba-49177b07c831bd463752e6489c29e9dc0e680301.tar.bz2 samba-49177b07c831bd463752e6489c29e9dc0e680301.zip |
Adding an examples directory for libsmbclient to the head branch along with
a simple Makefile and a small README ...
(This used to be commit 950821d69cb6dcc723f8610584718c6217136d55)
Diffstat (limited to 'examples/libsmbclient/README')
-rw-r--r-- | examples/libsmbclient/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/libsmbclient/README b/examples/libsmbclient/README new file mode 100644 index 0000000000..d9a9f82917 --- /dev/null +++ b/examples/libsmbclient/README @@ -0,0 +1,8 @@ +Some simple example programs for libsmbclient ... + +testsmbc.c is kinda broken as it has many hardcoded bits in it + +tree.c is an example of how you might do some of these things with GTK+ +It needs lots of work but shows you some ways to use libsmbclient. + +Richard Sharpe, 17-May-2001 ... |