texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/makeinfo html.h


From: Sergey Poznyakoff
Subject: texinfo/makeinfo html.h
Date: Wed, 06 Apr 2011 21:20:25 +0000

CVSROOT:        /cvsroot/texinfo
Module name:    texinfo
Changes by:     Sergey Poznyakoff <gray>        11/04/06 21:20:25

Modified files:
        makeinfo       : html.h 

Log message:
        (insert_html_tag_with_attribute): New prototype.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/html.h?cvsroot=texinfo&r1=1.11&r2=1.12

Patches:
Index: html.h
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/html.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- html.h      19 May 2008 18:26:48 -0000      1.11
+++ html.h      6 Apr 2011 21:20:24 -0000       1.12
@@ -1,5 +1,5 @@
 /* html.h -- declarations for html-related utilities.
-   $Id: html.h,v 1.11 2008/05/19 18:26:48 karl Exp $
+   $Id: html.h,v 1.12 2011/04/06 21:20:24 gray Exp $
 
    Copyright (C) 1999, 2000, 2002, 2004, 2007, 2008
    Free Software Foundation, Inc.
@@ -58,10 +58,6 @@
 extern char *nodename_to_filename (char *nodename);
 extern int rollback_empty_tag (char *tag);
 
-#if defined (VA_FPRINTF) && __STDC__
-extern void insert_html_tag_with_attribute (int start_or_end, char *tag, char 
*format, ...);
-#else
-extern void insert_html_tag_with_attribute ();
-#endif
+extern void insert_html_tag_with_attribute (int start_or_end, char *tag, char 
*format, ...) TEXINFO_PRINTFLIKE(3,4);
 
 #endif /* !HTML_H */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]