aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorial/examples/004.c
blob: 0ef00790703f1d422ceda5d3ff30269f62420c78 (plain) (blame)
1
2
3
4
5
struct GNUNET_MessageHeader
{
  uint16_t size GNUNET_PACKED;
  uint16_t type GNUNET_PACKED;
};