g1mv / density

Superfast compression library
Apache License 2.0
1.02k stars 48 forks source link

add extern "C" to density_api.h #43

Closed mckellyln closed 9 years ago

mckellyln commented 9 years ago

Can we add:

if defined (__cplusplus)

extern "C" {

endif

to density_api.h so that we can use density with C++ applications without having to add this to the file ?

g1mv commented 9 years ago

Fixed in 9223f7309dca42453bff5b9ed613a1db57c85f05