: 0.70: ldns-team
- * ldns_pkt_get_section now returns copies from the rrlists
+ * [func] ldns_pkt_get_section now returns copies from the rrlists
in the packet. This can be freed by the user program
+ * [code] added ldns_ prefixes to function from util.h
/**
* LDNS implementation of buffers to ease operations
*/
-struct buffer
+struct ldns_struct_buffer
{
/** The current position used for reading/writing */
size_t _position;
/** The current state of the buffer */
ldns_status _status;
};
-typedef struct buffer ldns_buffer;
+typedef struct ldns_struct_buffer ldns_buffer;
#ifdef NDEBUG