#include "GMem.h"
#include "GContainers.h"
#include "LgiNetInc.h"
#include "GStream.h"
#include "LgiInterfaces.h"
Go to the source code of this file.
Defines | |
| #define | GSocket_Log 1 |
| Turn on/off logging. Used with GSocket::SetParameter. | |
| #define | GSocket_Progress 2 |
| Set the progress object. Used with GSocket::SetParameter. Value = (GProgress*)Prog. | |
| #define | GSocket_TransferSize 3 |
| Set the size of the transfer. Used with GSocket::SetParameter. Value = (int)Size. | |
| #define | GSocket_Protocol 4 |
| Set the type of protocol. Used with GSocket::SetParameter. Value = (char*)Protocol. | |
Functions | |
| LgiNetFunc void | MDStringToDigest (unsigned char digest[16], char *Str, int Len=-1) |
| Make md5 hash. | |
|
||||||||||||||||
|
Make md5 hash.
|
1.4.1