Page 1 of 1

packet.h and c++

Posted: Fri Aug 26, 2005 6:31 pm
by urchin
just to let you know that packet.h has:

Code: Select all

  #ifdef __cplusplus
  extern "C" {
  #endif
at the top, but no corresponding:

Code: Select all

  #ifdef __cplusplus
  }
  #endif

Posted: Mon Aug 29, 2005 6:34 pm
by pixel
Thanks, fixed.