Module Name: src
Committed By: christos
Date: Sat Jan 7 18:41:14 UTC 2012
Modified Files:
src/include: util.h
Log Message:
strspct
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/include/util.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/util.h
diff -u src/include/util.h:1.60 src/include/util.h:1.61
--- src/include/util.h:1.60 Sun Nov 13 16:57:14 2011
+++ src/include/util.h Sat Jan 7 13:41:14 2012
@@ -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 snprintb(char *, size_t, const char
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 *);