bug-groff
[Top][All Lists]
Advanced

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

[bug #51513] [PATCH] src: Add missing prototypes


From: Bjarni Ingi Gislason
Subject: [bug #51513] [PATCH] src: Add missing prototypes
Date: Sun, 30 Jul 2017 20:58:38 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #2, bug #51513 (project groff):


>From 7ded635104bcc80a5c890b34666583c8a1fe2b42 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <address@hidden>
Date: Mon, 31 Jul 2017 00:54:38 +0000
Subject: [PATCH] src: itoa.c: add missing prototypes

Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
 src/libs/libgroff/itoa.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/libs/libgroff/itoa.c b/src/libs/libgroff/itoa.c
index fdeca06e..7ca16124 100644
--- a/src/libs/libgroff/itoa.c
+++ b/src/libs/libgroff/itoa.c
@@ -23,6 +23,11 @@ along with this program. If not, see
<http://www.gnu.org/licenses/>. */
 extern "C" {
 #endif
 
+/* Prototypes */
+
+char *i_to_a(int);
+char *ui_to_a(unsigned int);
+
 char *i_to_a(int i)
 {
   /* Room for INT_DIGITS digits, - and '\0' */
-- 
2.13.2




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51513>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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