f6b085b355
Files correlati : Ricompilazione Demo : [ ] Commento :aggiunti files discolatio alla 32 bit git-svn-id: svn://10.65.10.50/trunk@11035 c028cbd2-c16b-5b4b-a496-9718f37d4682
13 lines
315 B
C
Executable File
13 lines
315 B
C
Executable File
#ifndef __DLUTILS_H
|
|
#define __DLUTILS_H
|
|
|
|
#ifndef __STRINGS_H
|
|
#include <strings.h>
|
|
#endif
|
|
|
|
void split_url(const TString& url, TString& site, TString& service);
|
|
void cifratura_laziale(const TString& usr, const TString& pwd, TString& key);
|
|
|
|
#endif
|
|
|
|
|