home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / xinetd-2.1.1 / part01 / libs / src / str / ss_sbm.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-27  |  393 b   |  24 lines

  1. /*
  2.  * (c) Copyright 1992, 1993 by Panagiotis Tsirigotis
  3.  * All rights reserved.  The file named COPYRIGHT specifies the terms 
  4.  * and conditions for redistribution.
  5.  */
  6.  
  7.  
  8. #ifndef SS_SBM_H
  9. #define SS_SBM_H
  10.  
  11. /*
  12.  * $Id: ss_sbm.h,v 3.1 1993/06/13 02:46:00 panos Exp $
  13.  */
  14.  
  15. typedef int last_int ;            /* must be signed */
  16.  
  17. struct sbm_header
  18. {
  19.     last_int *last_occurrence ;
  20. } ;
  21.  
  22. #endif    /* SS_SBM_H */
  23.  
  24.