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.
26 lines
698 B
26 lines
698 B
/*[
|
|
* ============================================================================
|
|
*
|
|
* Name: unix_lock.h
|
|
*
|
|
* Derived From: lock.h(part)
|
|
*
|
|
* Author: Andrew Ogle
|
|
*
|
|
* Created On: 18th Febuary 1993
|
|
*
|
|
* Sccs ID: @(#)unix_lock.h 1.1 02/22/93
|
|
*
|
|
* Purpose:
|
|
*
|
|
* Define procedures related to UNIX locking that are called
|
|
* from UNIX specific code in the base but where the code
|
|
* must be provided by the host.
|
|
*
|
|
* (c)Copyright Insignia Solutions Ltd., 1993. All rights reserved.
|
|
*
|
|
* ============================================================================
|
|
]*/
|
|
|
|
IMPORT int host_get_hostname_from_stat IPT4(struct stat *, filestat,
|
|
CHAR *, hostname, CHAR *, pathname, int, fd);
|