summaryrefslogtreecommitdiff
path: root/toxcore/ping_array.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-07-08 14:55:26 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-07-08 18:23:45 +0000
commitebdc43285a4fdf1f9d76f8839a9ba572a35cbb80 (patch)
tree780093381841fcccbed8138d5a8fe1cc99923c03 /toxcore/ping_array.c
parent819fe534ea62b07340b20f18841d1ed93cf5caff (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 'toxcore/ping_array.c')
0 files changed, 0 insertions, 0 deletions