mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
657 B
33 lines
657 B
/*******************************************************************************
|
|
Copyright(c) Maynard, an Archive Company. 1991
|
|
|
|
|
|
Name: pwinstal.h
|
|
|
|
Description:
|
|
|
|
Location:
|
|
|
|
|
|
$Log: G:/UI/LOGFILES/PWINSTAL.H_V $
|
|
|
|
Rev 1.1 04 Oct 1992 19:48:50 DAVEV
|
|
UNICODE AWK PASS
|
|
|
|
Rev 1.0 20 Nov 1991 19:35:54 SYSTEM
|
|
Initial revision.
|
|
|
|
*******************************************************************************/
|
|
|
|
#ifndef PWINSTAL_H
|
|
#define PWINSTAL_H
|
|
|
|
/*
|
|
Define the subfunctions of password installation
|
|
*/
|
|
|
|
#define EXE_LRL 8092 /* password function defines */
|
|
|
|
INT16 install_password( VOID ) ;
|
|
|
|
#endif
|