You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rtpengine/include/ng_client.h

13 lines
246 B

#ifndef _NG_CLIENT_H_
#define _NG_CLIENT_H_
#include "types.h"
#include "bencode.h"
void ng_client_init(void);
void ng_client_cleanup(void);
bencode_item_t *ng_client_request(const endpoint_t *dst, const str *req, bencode_buffer_t *);
#endif