#ifndef _CALL_INTERFACES_H_ #define _CALL_INTERFACES_H_ #include "str.h" #include "bencode.h" struct call; void ng_call_stats(struct call *call, const str *fromtag, const str *totag, bencode_item_t *output); #endif