1: /* $Header$ */
   2: 
   3: /*
   4:  * Author: Peter J. Nicklin
   5:  */
   6: 
   7: /*
   8:  * slsrewind() resets the current key pointer to the first key in list
   9:  * slslist.
  10:  */
  11: #include "slslist.h"
  12: 
  13: void
  14: slsrewind(slslist)
  15:     SLSLIST *slslist;       /* pointer to list head block */
  16: {
  17:     slslist->curblk = slslist->head;
  18: }

Defined functions

slsrewind defined in line 13; never used
Last modified: 1985-07-03
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 399
Valid CSS Valid XHTML 1.0 Strict