mirror of
https://github.com/diamante0018/BlackOpsPlugin.git
synced 2025-04-19 10:02:54 +00:00
8 lines
150 B
C++
8 lines
150 B
C++
#pragma once
|
|
|
|
namespace jenkins_one_at_a_time
|
|
{
|
|
unsigned int compute(const std::string& data);
|
|
unsigned int compute(const char* key, size_t len);
|
|
}
|