home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / nsu / root / usr / include / cr1.h / cr1
Text File  |  1998-08-19  |  1KB  |  41 lines

  1. /*
  2.  * Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved. 
  3.  *                                                                         
  4.  *        THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE               
  5.  *                   SANTA CRUZ OPERATION INC.                             
  6.  *                                                                         
  7.  *   The copyright notice above does not evidence any actual or intended   
  8.  *   publication of such source code.                                      
  9.  */
  10.  
  11. /*        copyright    "%c%"     */
  12.  
  13. /*    Copyright (c) 1989 AT&T */
  14. /*      All Rights Reserved    */
  15.  
  16. /*    THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T    */
  17. /*    The copyright notice above does not evidence any    */
  18. /*    actual or intended publication of such source code.    */
  19.  
  20. #ifndef _CR1_H
  21. #define _CR1_H
  22.  
  23. #ident    "@(#)head.usr:cr1.h    1.1.1.3"
  24. #ident  "$Header: cr1.h 1.3 91/06/21 $"
  25.  
  26. /*
  27.  *    CR1 function prototype(s)
  28.  */
  29.  
  30. #ifdef __cplusplus
  31. extern "C" {
  32. #endif
  33.  
  34. char  *getkey(char *, char *, char*);    /* get key from daemon    */
  35.  
  36. #ifdef __cplusplus
  37. }
  38. #endif
  39.  
  40. #endif    /* _CR1_H */
  41.