nmathewson / libottery

A fast secure userspace pseudorandom number generator
Other
82 stars 22 forks source link

Added 'extern "C" { ... }' to the header files to force C linkage. #9

Closed Yawning closed 10 years ago

Yawning commented 10 years ago

I assume the only files users should directly be including are:

ottery_version.h does not have function definitions so linkage doesn't matter, and ottery_common.h is covered because linkage is specified before it is included from the 3 header files.