Only public symbols were prefixed with cmph, and the API was changed to agree with the initial txt2html documentation
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
#include "djb2_hash.h"
|
||||
#include "sdbm_hash.h"
|
||||
#include "fnv_hash.h"
|
||||
union cmph__hash_state_t
|
||||
union __hash_state_t
|
||||
{
|
||||
CMPH_HASH hashfunc;
|
||||
cmph_jenkins_state_t jenkins;
|
||||
cmph_djb2_state_t djb2;
|
||||
cmph_sdbm_state_t sdbm;
|
||||
cmph_fnv_state_t fnv;
|
||||
jenkins_state_t jenkins;
|
||||
djb2_state_t djb2;
|
||||
sdbm_state_t sdbm;
|
||||
fnv_state_t fnv;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user