Update of /cvsroot/netadm/gwc/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23514
Added Files:
syscrypto.h
Log Message:
Initial-Check in
--- NEW FILE: syscrypto.h ---
/*
Title : syscrypto.h
Author : Jeho-Park <lin...@gm...> or <de...@sk...>
Created date : 2006. 04. 23. (SUN) 15:45:26 KST
Description : netadm crypto library
*/
#ident "@(#) $Header: /cvsroot/netadm/gwc/include/syscrypto.h,v 1.1 2006/04/23 06:52:15 linuxpark Exp $"
#ifndef __SYS_CRYPTO_H
#define __SYS_CRYPTO_H
int gwc_get32uid_by_md4 (char *s);
#endif /* __SYS_CRYPTO_H */
|