Source-Changes-HG archive

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

[src/trunk]: src/include strspct



details:   https://anonhg.NetBSD.org/src/rev/907c755e8455
branches:  trunk
changeset: 772537:907c755e8455
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 07 18:41:14 2012 +0000

description:
strspct

diffstat:

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

diffs (17 lines):

diff -r 26e1870e98e4 -r 907c755e8455 include/util.h
--- a/include/util.h    Sat Jan 07 18:40:55 2012 +0000
+++ b/include/util.h    Sat Jan 07 18:41:14 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.h,v 1.60 2011/11/13 21:57:14 christos Exp $       */
+/*     $NetBSD: util.h,v 1.61 2012/01/07 18:41:14 christos Exp $       */
 
 /*-
  * Copyright (c) 1995
@@ -121,6 +121,7 @@
 int            sockaddr_snprintf(char *, size_t, const char *,
     const struct sockaddr *);
 char          *strpct(char *, size_t, uintmax_t, uintmax_t, size_t);
+char          *strspct(char *, size_t, intmax_t, intmax_t, size_t);
 int            string_to_flags(char **, unsigned long *, unsigned long *);
 int            ttyaction(const char *, const char *, const char *);
 int            ttylock(const char *, int, pid_t *);



Home | Main Index | Thread Index | Old Index