pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/str.h


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/str.h
Date: Tue, 25 Oct 2005 00:28:22 -0400

Index: pspp/src/str.h
diff -u pspp/src/str.h:1.12 pspp/src/str.h:1.13
--- pspp/src/str.h:1.12 Sun Jul 31 21:42:46 2005
+++ pspp/src/str.h      Tue Oct 25 04:28:17 2005
@@ -106,6 +106,7 @@
 int str_compare_rpad (const char *, const char *);
 void str_copy_rpad (char *, size_t, const char *);
 void str_copy_trunc (char *, size_t, const char *);
+void str_copy_buf_trunc (char *, size_t, const char *, size_t);
 void str_uppercase (char *);
 
 /* Fixed-length strings. */




reply via email to

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