sources/md5.h@8fb1c657e0b0
sources/md5.h
Wed, 20 Jul 2016 13:29:03 +0300
- author
- Teemu Piippo <teemu@compsta2.com>
- date
- Wed, 20 Jul 2016 13:29:03 +0300
- branch
- protocol5
- changeset 136
- 8fb1c657e0b0
- parent 88
-
08ccaf26cffd
- child 182
-
20ca0a6be175
- permissions
- -rw-r--r--
Removed the hardcoded /watch from RCONSession::send_command since it already exists in Interface::handle_command
#pragma once
#include "basics.h"
BEGIN_ZFC_NAMESPACE
void CalculateMD5 (unsigned char const *buffer, int length, char *checksum);
END_ZFC_NAMESPACE