[pisa-src] r1431 - trunk/libpisa/debug.h

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 29 Oct 2009 19:24:57 +0100

Author: biurrun
Date: Thu Oct 29 19:24:57 2009
New Revision: 1431

Log:
Add missing prototype for pisa_hexdump_parsed.

Modified:
   trunk/libpisa/debug.h

Modified: trunk/libpisa/debug.h
==============================================================================
--- trunk/libpisa/debug.h       Thu Oct 29 18:31:19 2009        (r1430)
+++ trunk/libpisa/debug.h       Thu Oct 29 19:24:57 2009        (r1431)
@@ -119,6 +119,9 @@
 void pisa_debug_del_type_mask_bits(unsigned long m);
 void pisa_debug_set_type_mask(unsigned long m);
 
+int pisa_hexdump_parsed(const char *file, int line, const char *function,
+                        const char *prefix, const void *str, int len);
+
 /**
  * @addtogroup ife
  * @{

Other related posts:

  • » [pisa-src] r1431 - trunk/libpisa/debug.h - Diego Biurrun