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

Diff for /mandoc/libmandoc.h between version 1.49 and 1.52

version 1.49, 2014/11/28 06:27:05 version 1.52, 2014/12/21 14:14:35
Line 15 
Line 15 
  * 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 LIBMANDOC_H  
 #define LIBMANDOC_H  
   
 enum    rofferr {  enum    rofferr {
         ROFF_CONT, /* continue processing line */          ROFF_CONT, /* continue processing line */
Line 37  struct buf {
Line 35  struct buf {
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
   struct  mparse;
   struct  mchars;
   struct  tbl_span;
   struct  eqn;
 struct  roff;  struct  roff;
 struct  mdoc;  struct  mdoc;
 struct  man;  struct  man;
Line 91  const struct tbl_span *roff_span(const struct roff *);
Line 93  const struct tbl_span *roff_span(const struct roff *);
 const struct eqn        *roff_eqn(const struct roff *);  const struct eqn        *roff_eqn(const struct roff *);
   
 __END_DECLS  __END_DECLS
   
 #endif /*!LIBMANDOC_H*/  

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.52

CVSweb