004.c 95 B

12345
  1. struct GNUNET_MessageHeader
  2. {
  3. uint16_t size GNUNET_PACKED;
  4. uint16_t type GNUNET_PACKED;
  5. };