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

Diff for /mandoc/html.h between version 1.67 and 1.69

version 1.67, 2014/10/28 17:36:19 version 1.69, 2014/12/01 08:05:52
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  
   
 enum    htmltag {  enum    htmltag {
         TAG_HTML,          TAG_HTML,
         TAG_HEAD,          TAG_HEAD,
Line 146  struct html {
Line 142  struct html {
 #define HTML_FRAGMENT    (1 << 0) /* don't emit HTML/HEAD/BODY */  #define HTML_FRAGMENT    (1 << 0) /* don't emit HTML/HEAD/BODY */
 };  };
   
   __BEGIN_DECLS
   
   struct  tbl_span;
   struct  eqn;
   
 void              print_gen_decls(struct html *);  void              print_gen_decls(struct html *);
 void              print_gen_head(struct html *);  void              print_gen_head(struct html *);
 struct tag       *print_otag(struct html *, enum htmltag,  struct tag       *print_otag(struct html *, enum htmltag,
Line 176  void    buffmt_includes(struct html *, const char *);
Line 177  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.67  
changed lines
  Added in v.1.69

CVSweb