home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / uccs / root.14 / udk / usr / include / ustat.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-08-19  |  803 b   |  29 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. #ifndef _USTAT_H
  12. #define _USTAT_H
  13. #ident    "@(#)sgs-head:common/head/ustat.h    1.3.2.2"
  14.  
  15. #include <sys/types.h>
  16. #include <sys/ustat.h>
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21.  
  22. extern int ustat(dev_t, struct ustat *);
  23.  
  24. #ifdef __cplusplus
  25. }
  26. #endif
  27.  
  28. #endif /*_USTAT_H*/
  29.