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: Wed, 26 Jul 2017 19:42:16 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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


>From d2afe3af191e7cd434a50408a90d9ba7a80c9108 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <address@hidden>
Date: Wed, 26 Jul 2017 23:39:43 +0000
Subject: [PATCH] src: Add more missing prototypes

Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
 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/




reply via email to

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