From 81951d98748188fd57c07435fa74c505db6a0ba7 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 31 Dec 2014 11:31:31 +0000 Subject: endian: Introduced endian module To allow the little endian functions, currently used in two of the NTLM source files, to be used by other modules such as the SMB module. --- lib/endian.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 lib/endian.h (limited to 'lib/endian.h') diff --git a/lib/endian.h b/lib/endian.h new file mode 100644 index 000000000..fd175745a --- /dev/null +++ b/lib/endian.h @@ -0,0 +1,25 @@ +#ifndef HEADER_CURL_ENDIAN_H +#define HEADER_CURL_ENDIAN_H +/*************************************************************************** + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ + * \___|\___/|_| \_\_____| + * + * Copyright (C) 1998 - 2014, Daniel Stenberg, , et al. + * + * 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_ENDIAN_H */ -- cgit v1.2.3