/[dgee]/dgee/smgr/htmlTemplate.c
ViewVC logotype

Diff of /dgee/smgr/htmlTemplate.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by csmith, Sun Sep 21 10:31:49 2003 UTC revision 1.6 by csmith, Thu Oct 23 20:57:36 2003 UTC
# Line 58  static CString  FHT_LIST[FH_MAX];   /* T Line 58  static CString  FHT_LIST[FH_MAX];   /* T
58  static HTMLFragment* FH_LIST[ FH_MAX ];  /* Storage for FH cleanup at the end */  static HTMLFragment* FH_LIST[ FH_MAX ];  /* Storage for FH cleanup at the end */
59  static int32    FH_NUM = 0;         /* Count of FH's in list             */  static int32    FH_NUM = 0;         /* Count of FH's in list             */
60    
61  static HTMLSubTable *HTMLHeader;      /* HTML Header Table                  */  static HTMLSubTable *HTMLHeader = NULL;  /* HTML Header Table              */
62    
63  /* Prototypes */  /* Prototypes */
64  static RetValue lookup_tag( CString *, CString *, HTMLSubTable * );  static RetValue lookup_tag( CString *, CString *, HTMLSubTable * );
# Line 115  HTML_output_deinit( HTMLFileHandle fh ) Line 115  HTML_output_deinit( HTMLFileHandle fh )
115  CString *  CString *
116  HTML_get_outputCS( HTMLFileHandle fh )  HTML_get_outputCS( HTMLFileHandle fh )
117  {  {
118      HTML_free_table( &HTMLHeader );
119    return &(fh->outputCS);    return &(fh->outputCS);
120  }  }
121    
# Line 643  HTML_output_write_header() Line 644  HTML_output_write_header()
644    }    }
645  }  }
646    
   
647  /* --------------------------------------------------------------------- */  /* --------------------------------------------------------------------- */
648  /* end */  /* end */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26