docs: gendocs
[oweals/gnunet.git] / doc / tutorial-examples / 004.c
1 struct GNUNET_MessageHeader
2 {
3   uint16_t size GNUNET_PACKED;
4   uint16_t type GNUNET_PACKED;
5 };