[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.50

version 1.49, 2014/11/28 06:27:05 version 1.50, 2014/12/01 04:05:32
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 91  const struct tbl_span *roff_span(const struct roff *);
Line 89  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.50

CVSweb