summaryrefslogtreecommitdiff
path: root/unproto/vstring.h
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1997-02-25 20:42:19 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:38:07 +0200
commit4c36e9a0c125ccfff37aa440dab2cf58c4152fff (patch)
treea5d9c84ba2661029ddb2223dacd50529a361c3d5 /unproto/vstring.h
parentf8de35da65c5d93bb733073cf40da154bc1c0748 (diff)
parent9696d7b0e1f3a1b0f5fd4a0428eb75afe8ad4ed6 (diff)
downloaddev86-4c36e9a0c125ccfff37aa440dab2cf58c4152fff.tar.gz
Import Dev86src-0.0.11.tar.gzv0.0.11
Diffstat (limited to 'unproto/vstring.h')
-rw-r--r--unproto/vstring.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/unproto/vstring.h b/unproto/vstring.h
index ec02a6e..c2e1f88 100644
--- a/unproto/vstring.h
+++ b/unproto/vstring.h
@@ -1,4 +1,4 @@
-/* @(#) vstring.h 1.1 91/09/01 23:08:42 */
+/* @(#) vstring.h 1.2 92/01/15 21:53:19 */
struct vstring {
char *str; /* string value */
@@ -7,6 +7,7 @@ struct vstring {
extern struct vstring *vs_alloc(); /* initial allocation */
extern char *vs_realloc(); /* string extension */
+extern char *vs_strcpy(); /* copy string */
/* macro to add one character to auto-resized string */