e67e7a20bd
* fix keepalive
12 lines
153 B
C++
12 lines
153 B
C++
#ifndef NNTPCHAN_SHA1_HPP
|
|
#define NNTPCHAN_SHA1_HPP
|
|
|
|
#include <string>
|
|
|
|
namespace nntpchan
|
|
{
|
|
std::string sha1_hex(const std::string & data);
|
|
}
|
|
|
|
#endif
|