home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 March B
/
SCO_CASTOR4RRT.iso
/
nsu
/
root
/
usr
/
include
/
cr1.h
/
cr1
Wrap
Text File
|
1998-08-19
|
1KB
|
41 lines
/*
* Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved.
*
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE
* SANTA CRUZ OPERATION INC.
*
* The copyright notice above does not evidence any actual or intended
* publication of such source code.
*/
/* copyright "%c%" */
/* Copyright (c) 1989 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended publication of such source code. */
#ifndef _CR1_H
#define _CR1_H
#ident "@(#)head.usr:cr1.h 1.1.1.3"
#ident "$Header: cr1.h 1.3 91/06/21 $"
/*
* CR1 function prototype(s)
*/
#ifdef __cplusplus
extern "C" {
#endif
char *getkey(char *, char *, char*); /* get key from daemon */
#ifdef __cplusplus
}
#endif
#endif /* _CR1_H */