Changeset 132ab5d1 in mainline for abi/include/_bits/opaque_handle.h
- Timestamp:
- 2018-01-30T03:20:45Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a6cc679
- Parents:
- 8bfb163 (diff), 6a5d05b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
abi/include/_bits/opaque_handle.h (moved) (moved from uspace/lib/http/include/http/errno.h ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
abi/include/_bits/opaque_handle.h
r8bfb163 r132ab5d1 1 1 /* 2 * Copyright (c) 201 3 Martin Sucha2 * Copyright (c) 2017 CZ.NIC, z.s.p.o. 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup http 29 /* Authors: 30 * Jiří Zárevúcky (jzr) <zarevucky.jiri@gmail.com> 31 */ 32 33 /** @addtogroup bits 30 34 * @{ 31 35 */ 32 /**33 * @file34 */35 36 36 #ifndef HTTP_ERRNO_H_37 #define HTTP_ERRNO_H_37 #ifndef _BITS_OPAQUE_HANDLE_H_ 38 #define _BITS_OPAQUE_HANDLE_H_ 38 39 39 #include <errno.h> 40 41 #define HTTP_EMULTIPLE_HEADERS -20001 42 #define HTTP_EMISSING_HEADER -20002 43 #define HTTP_EPARSE -20003 40 #define opaque_handle(__name) typedef struct __opaque_##__name *__name 44 41 45 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
