sparklemotion/nokogiri

View on GitHub
gumbo-parser/src/attribute.h

Summary

Maintainability
Test Coverage
#ifndef GUMBO_ATTRIBUTE_H_
#define GUMBO_ATTRIBUTE_H_

#include "nokogiri_gumbo.h"

#ifdef __cplusplus
extern "C" {
#endif

// Release the memory used for a GumboAttribute, including the attribute itself
void gumbo_destroy_attribute(GumboAttribute* attribute);

#ifdef __cplusplus
}
#endif

#endif // GUMBO_ATTRIBUTE_H_