diff options
Diffstat (limited to 'lib/debug.h')
-rw-r--r-- | lib/debug.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/debug.h b/lib/debug.h index 1dada4e..09a6529 100644 --- a/lib/debug.h +++ b/lib/debug.h @@ -7,5 +7,13 @@ if (i % 16 == 0) printf ("\n"); } \ printf ("\n"); } +#if defined (__cplusplus) +extern "C" { +#endif + void rs_dump_packet (const struct rs_packet *pkt); void rs_dump_attr (const struct rs_attr *attr); + +#if defined (__cplusplus) +} +#endif |