X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=include%2Ftrp_ptable.h;h=b26fac1713e2c184bbffde6e2758d045d5de54fd;hp=43c320bb8577f1a7f5cd11cf70b7643d15c9a843;hb=01415bbcacceae7f2fb1286fe8fe2665f4a755bf;hpb=97a234d0fe9ea93d522501162b9641d9346bdad4 diff --git a/include/trp_ptable.h b/include/trp_ptable.h index 43c320b..b26fac1 100644 --- a/include/trp_ptable.h +++ b/include/trp_ptable.h @@ -65,5 +65,6 @@ void trp_ptable_iter_free(TRP_PTABLE_ITER *iter); /* trp_ptable_encoders.c */ char *trp_ptable_to_str(TALLOC_CTX *memctx, TRP_PTABLE *ptbl, const char *sep, const char *lineterm); +json_t *trp_ptable_to_json(TRP_PTABLE *ptbl); #endif /* _TRP_PTABLE_H_ */