/[global]/global/htags/common.h
ViewVC logotype

Diff of /global/htags/common.h

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

revision 1.18 by shigio, Fri Apr 8 06:49:19 2005 UTC revision 1.19 by shigio, Thu May 5 01:51:53 2005 UTC
# Line 21  Line 21 
21  #define _COMMON_H_  #define _COMMON_H_
22    
23  /*  /*
24     * Parameter values.
25     */
26    /* gen_image() */
27    #define CURRENT 0
28    #define PARENT 1
29    
30    /* gen_page_begin() */
31    #define SUBDIR 1
32    #define TOPDIR 0
33    
34    /*
35   * tag   * tag
36   */   */
37  extern const char *html_begin;  extern const char *html_begin;
# Line 81  extern const char *empty_element; Line 92  extern const char *empty_element;
92  extern const char *noframes_begin;  extern const char *noframes_begin;
93  extern const char *noframes_end;  extern const char *noframes_end;
94    
 /*  
  * Parameter for gen_image();  
  */  
 #define CURRENT 0  
 #define PARENT 1  
   
95  int fputs_nl(const char *, FILE *);  int fputs_nl(const char *, FILE *);
96  void setup_html();  void setup_html();
97  void setup_xhtml();  void setup_xhtml();

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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