NCBI C Toolkit Cross Reference

C/api/a2ferrdf.h


  1 /****************************************************************************
  2 *   a2ferrdf.h:
  3 *
  4 *                                     
  5 ****************************************************************************/
  6 /* $Revision: 6.0 $ */ 
  7 /************************************
  8 *
  9 * $Log: a2ferrdf.h,v $
 10 * Revision 6.0  1997/08/25 18:04:29  madden
 11 * Revision changed to 6.0
 12 *
 13 * Revision 5.0  1996/05/28 13:23:23  ostell
 14 * Set to revision 5.0
 15 *
 16  * Revision 4.1  1995/11/17  21:28:35  kans
 17  * asn2ff now uses gather (Tatiana)
 18  *
 19  * Revision 1.3  1995/05/15  21:46:05  ostell
 20  * added Log line
 21  *
 22 *
 23 ************************************/
 24 
 25 
 26 #ifndef _A2FERRDF_
 27 #define _A2FERRDF_
 28 
 29 #include "a2ferr.h"
 30 
 31 /*  -- write error message to filename.err                          3-30-93 */
 32 
 33 static char *this_module ="a2ferr";
 34 
 35 #ifdef THIS_MODULE
 36 #undef THIS_MODULE
 37 #endif
 38 #define THIS_MODULE this_module
 39 
 40 #endif
 41 

source navigation ]   [ diff markup ]   [ identifier search ]   [ freetext search ]   [ file search ]  

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.