Follow-up Comment #4, bug #51513 (project groff):
The missing content of comment #1: >From d2afe3af191e7cd434a50408a90d9ba7a80c9108 Mon Sep 17 00:00:00 2001 From: Bjarni Ingi Gislason <[email protected]> Date: Wed, 26 Jul 2017 23:39:43 +0000 Subject: [PATCH] src: Add more missing prototypes Signed-off-by: Bjarni Ingi Gislason <[email protected]> --- src/libs/libgroff/iftoa.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libs/libgroff/iftoa.c b/src/libs/libgroff/iftoa.c index 0919f5f6..a5cf684e 100644 --- a/src/libs/libgroff/iftoa.c +++ b/src/libs/libgroff/iftoa.c @@ -17,7 +17,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* Prototype */ +char *i_to_a(int, int); char *if_to_a(int, int); +char *ui_to_a(int, int); #define INT_DIGITS 19 /* enough for 64-bit integer */ -- 2.13.2 _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?51513> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ bug-groff mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-groff
