Commit b63b76e0b0b658dff328e0d9e109ce040830786c

Carlos Martín Nieto 2014-10-12T11:42:31

Reorder some khash declarations Keep the definitions in the headers, while putting the declarations in the C files. Putting the function definitions in headers causes them to be duplicated if you include two headers with them.