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

Diff for /mandoc/main.h between version 1.17 and 1.18

version 1.17, 2014/10/28 17:36:19 version 1.18, 2014/12/01 04:05:32
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 MAIN_H  
 #define MAIN_H  
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
Line 56  void    terminal_mdoc(void *, const struct mdoc *);
Line 54  void    terminal_mdoc(void *, const struct mdoc *);
 void              terminal_man(void *, const struct man *);  void              terminal_man(void *, const struct man *);
   
 __END_DECLS  __END_DECLS
   
 #endif /*!MAIN_H*/  

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb