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

Diff for /mandoc/Attic/libroff.h between version 1.32 and 1.33

version 1.32, 2014/12/01 04:05:32 version 1.33, 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  
   
 enum    tbl_part {  enum    tbl_part {
         TBL_PART_OPTS, /* in options (first line) */          TBL_PART_OPTS, /* in options (first line) */
         TBL_PART_LAYOUT, /* describing layout */          TBL_PART_LAYOUT, /* describing layout */
Line 63  struct eqn_def {
Line 61  struct eqn_def {
         char             *val;          char             *val;
         size_t            valsz;          size_t            valsz;
 };  };
   
   __BEGIN_DECLS
   
 struct tbl_node *tbl_alloc(int, int, struct mparse *);  struct tbl_node *tbl_alloc(int, int, struct mparse *);
 void             tbl_restart(int, int, struct tbl_node *);  void             tbl_restart(int, int, struct tbl_node *);

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

CVSweb