diff options
author | Bill Nagel <wnagel@tycoint.com> | 2014-11-29 13:12:44 -0500 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-29 18:10:41 +0000 |
commit | e80d9d5902f38407d971587f2a6b7b839247ca92 (patch) | |
tree | 615e2e0b5f3c11167e63be61143857d7ff3e5477 /lib/smb.h | |
parent | 3529903afb1db05892e03f7c3c836859f3b18a34 (diff) | |
download | curl-e80d9d5902f38407d971587f2a6b7b839247ca92.tar.gz |
smb: Added initial source files for SMB
Added the initial source files and updated the relevant project files in
order to support SMB/CIFS.
Diffstat (limited to 'lib/smb.h')
-rw-r--r-- | lib/smb.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/smb.h b/lib/smb.h new file mode 100644 index 000000000..f4f111f08 --- /dev/null +++ b/lib/smb.h @@ -0,0 +1,25 @@ +#ifndef HEADER_CURL_SMB_H +#define HEADER_CURL_SMB_H +/*************************************************************************** + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ + * \___|\___/|_| \_\_____| + * + * Copyright (C) 2014, Bill Nagel <wnagel@tycoint.com>, Exacq Technologies + * + * This software is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at http://curl.haxx.se/docs/copyright.html. + * + * You may opt to use, copy, modify, merge, publish, distribute and/or sell + * copies of the Software, and permit persons to whom the Software is + * furnished to do so, under the terms of the COPYING file. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ***************************************************************************/ + +#endif /* HEADER_CURL_SMB_H */ |