// Hash function hashlittle()
// from lookup3.c, by Bob Jenkins, May 2006, Public Domain
// bob_jenkins@burtleburtle.net

#include "mrmpi_config.h"

MRMPI_EXPORT vtkTypeUInt32 hashlittle(const void *key, size_t length, vtkTypeUInt32);
