File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 11include_guard = " RUSTLS_H"
22language = " C"
3+ after_includes = """
4+ #if defined(__clang__) || defined(__GNUC__)
5+ # define DEPRECATED_FUNC(why) __attribute__((deprecated(why)))
6+ #else
7+ # define DEPRECATED_FUNC(why)
8+ #endif
9+ """
310
411usize_is_size_t = true
512
13+ [fn ]
14+ deprecated_with_note = " DEPRECATED_FUNC({})"
15+
616[enum ]
717prefix_with_name = true
818rename_variants = " ScreamingSnakeCase"
Original file line number Diff line number Diff line change 66#include < stddef.h>
77#include < stdint.h>
88#include < stdlib.h>
9+ #if defined(__clang__) || defined(__GNUC__)
10+ # define DEPRECATED_FUNC (why ) __attribute__((deprecated(why)))
11+ #else
12+ # define DEPRECATED_FUNC (why )
13+ #endif
14+
915
1016/* *
1117 * Describes which sort of handshake happened.
You can’t perform that action at this time.
0 commit comments