diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-01-30 15:31:47 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-01-30 15:31:47 +0000 |
| commit | a0c60322a832debd3cc39587af6e12fdbcb455bd (patch) | |
| tree | 676397112dec5712c8e5086f471f572f17849bfd /contrib/cvs/src/client.h | |
| parent | 9b9b7eea08842b513028dba229465f56d6656e09 (diff) | |
| parent | 7b9d41140503f7f79f2cd1d54160042f56f92551 (diff) | |
Notes
Diffstat (limited to 'contrib/cvs/src/client.h')
| -rw-r--r-- | contrib/cvs/src/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/cvs/src/client.h b/contrib/cvs/src/client.h index 7097ea816c90..119168ccde6a 100644 --- a/contrib/cvs/src/client.h +++ b/contrib/cvs/src/client.h @@ -139,6 +139,8 @@ struct response * Function to carry out the response. ARGS is the text of the * command after name and, if present, a single space, have been * stripped off. The function can scribble into ARGS if it wants. + * Note that although LEN is given, ARGS is also guaranteed to be + * '\0' terminated. */ void (*func) PROTO((char *args, int len)); |
