[BACK]Return to html.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/html.h between version 1.66 and 1.68

version 1.66, 2014/10/10 15:26:29 version 1.68, 2014/12/01 04:05:31
Line 14 
Line 14 
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF   * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
 #ifndef HTML_H  
 #define HTML_H  
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
Line 133  struct html {
Line 131  struct html {
         struct tagq       tags; /* stack of open tags */          struct tagq       tags; /* stack of open tags */
         struct rofftbl    tbl; /* current table */          struct rofftbl    tbl; /* current table */
         struct tag       *tblt; /* current open table scope */          struct tag       *tblt; /* current open table scope */
         struct mchars    *symtab; /* character-escapes */          const struct mchars *symtab; /* character table */
         char             *base_man; /* base for manpage href */          char             *base_man; /* base for manpage href */
         char             *base_includes; /* base for include href */          char             *base_includes; /* base for include href */
         char             *style; /* style-sheet URI */          char             *style; /* style-sheet URI */
Line 176  void    buffmt_includes(struct html *, const char *);
Line 174  void    buffmt_includes(struct html *, const char *);
 int               html_strlen(const char *);  int               html_strlen(const char *);
   
 __END_DECLS  __END_DECLS
   
 #endif /*!HTML_H*/  

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.68

CVSweb