campo-sirio/dl/dlutils.h
luca f6b085b355 Patch level :2.0 nopatch
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
2003-04-22 09:13:51 +00:00

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