Source-Changes-HG archive

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

[src/trunk]: src/include put in a proto for commaize_number()



details:   https://anonhg.NetBSD.org/src/rev/2e2dae11f66a
branches:  trunk
changeset: 763261:2e2dae11f66a
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Mar 15 12:21:08 2011 +0000

description:
put in a proto for commaize_number()
(nb. doing this purely as the minimum work solution to get a working build)

diffstat:

 include/stdlib.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6331cc11662c -r 2e2dae11f66a include/stdlib.h
--- a/include/stdlib.h  Tue Mar 15 11:42:03 2011 +0000
+++ b/include/stdlib.h  Tue Mar 15 12:21:08 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: stdlib.h,v 1.95 2011/02/04 22:07:07 christos Exp $     */
+/*     $NetBSD: stdlib.h,v 1.96 2011/03/15 12:21:08 pooka Exp $        */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -282,6 +282,8 @@
 int     humanize_number(char *, size_t, int64_t, const char *, int, int);
 int     dehumanize_number(const char *, int64_t *);
 
+int     commaize_number(char *, size_t, int64_t);
+
 devmajor_t getdevmajor(const char *, mode_t);
 int     getloadavg(double [], int);
 



Home | Main Index | Thread Index | Old Index