libabigail/src/abg-hash.h

18 lines
250 B
C
Raw Normal View History

// -*- mode: C++ -*-
/// @file
#ifndef __ABG_HASH_H__
#define __ABG_HASH_H__
#include <cstddef>
namespace abigail
{
namespace hashing
{
size_t combine_hashes(size_t, size_t);
}//end namespace hash
}//end namespace abigail
#endif //__ABG_HASH_H__