]> git.meshlink.io Git - meshlink/commit
Avoid using typedefs in meshlink.h.
authorGuus Sliepen <guus@meshlink.io>
Mon, 23 Sep 2019 20:08:00 +0000 (22:08 +0200)
committerGuus Sliepen <guus@meshlink.io>
Mon, 23 Sep 2019 20:08:00 +0000 (22:08 +0200)
commita7faa4515301e976d0fa87bdd096f12696ba8fce
tree970d78b14292cf7d66923ee846640f66942be55f
parent84ac6d89ca82c4fba8c1a5692a09dc385766ea8c
Avoid using typedefs in meshlink.h.

Use struct meshlink_foo instead of meshlink_foo_t in meshlink.h, so
links to function parameter types go to the struct definitions.
src/meshlink.h