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

Diff for /mandoc/term.h between version 1.106 and 1.107

version 1.106, 2014/12/01 04:05:32 version 1.107, 2014/12/01 08:05:52
Line 16 
Line 16 
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
   
 __BEGIN_DECLS  
   
 struct  termp;  
   
 enum    termenc {  enum    termenc {
         TERMENC_ASCII,          TERMENC_ASCII,
         TERMENC_LOCALE,          TERMENC_LOCALE,
Line 42  enum termfont {
Line 38  enum termfont {
   
 #define TERM_MAXMARGIN    100000 /* FIXME */  #define TERM_MAXMARGIN    100000 /* FIXME */
   
   struct  termp;
   
 typedef void    (*term_margin)(struct termp *, const void *);  typedef void    (*term_margin)(struct termp *, const void *);
   
 struct  termp_tbl {  struct  termp_tbl {
Line 101  struct termp {
Line 99  struct termp {
         const void       *argf;         /* arg for headf/footf */          const void       *argf;         /* arg for headf/footf */
         struct termp_ps  *ps;          struct termp_ps  *ps;
 };  };
   
   __BEGIN_DECLS
   
   struct  tbl_span;
   struct  eqn;
   
 const char       *ascii_uc2str(int);  const char       *ascii_uc2str(int);
   

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107

CVSweb