added dump function

This commit is contained in:
TLINDEN
2014-05-06 11:49:59 +02:00
parent 729c137e3c
commit 9d2d02221b
2 changed files with 24 additions and 3 deletions

View File

@@ -91,5 +91,6 @@ void fatals_reset(PCPCTX *ptx);
/* same as fatal() but dies immediately */
void final(const char * fmt, ...);
void ptx_dump(PCPCTX *ptx);
#endif // _HAVE_PCP_CONTEXT_H