1: # include   <sccs.h>
   2: 
   3: SCCSID(@(#)acc_init.c	8.1	12/31/84)
   4: 
   5: /*
   6: **  ACC_INIT -- fake acc_init.
   7: **
   8: **	Modules that do not pull in the access method library will
   9: **	choke.  So we include an acc_init here that the ctl module
  10: **	can pick up if the access method library has not been
  11: **	loaded.
  12: */
  13: 
  14: acc_init()
  15: {
  16: }

Defined functions

acc_init defined in line 3; never used
Last modified: 1986-04-17
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 531
Valid CSS Valid XHTML 1.0 Strict