diff options
author | iphydf <iphydf@users.noreply.github.com> | 2018-07-08 14:55:26 +0000 |
---|---|---|
committer | iphydf <iphydf@users.noreply.github.com> | 2018-07-08 18:23:45 +0000 |
commit | ebdc43285a4fdf1f9d76f8839a9ba572a35cbb80 (patch) | |
tree | 780093381841fcccbed8138d5a8fe1cc99923c03 /auto_tests/invalid_tcp_proxy_test.c | |
parent | 819fe534ea62b07340b20f18841d1ed93cf5caff (diff) |
Use named types for onion callbacks.
This is now a style rule: you can only use typedef'd function types.
Previous rules now applied in `onion_*.c`:
* `struct`s must have a name (typedef of unnamed struct is not allowed).
* `++i` for increment-stmt, not `i++`, e.g. in loops.
* Only a single declarator per struct member declaration.
* Type_Names vs. variable_names.
Diffstat (limited to 'auto_tests/invalid_tcp_proxy_test.c')
0 files changed, 0 insertions, 0 deletions