9 lines
208 B
C
9 lines
208 B
C
// This is the header file for conference security functions in common.lib
|
|
//
|
|
// Created: ClausGi 10-24-95
|
|
//
|
|
|
|
// Functions:
|
|
BOOL WINAPI HashPassword ( LPSTR szPasswd, LPBYTE lpBuffer, LPDWORD lpcbBuffer );
|
|
|