diff options
author | jbj <devnull@localhost> | 1999-10-20 21:40:10 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-10-20 21:40:10 +0000 |
commit | 6defa683eb5eab3411a1bd827106ccf45edfd7f3 (patch) | |
tree | 34b4a53c737c1b235769b326ba660f527e47e40c /lib/stringbuf.h | |
parent | 574cad11f200498c52daf162d71b22c928926534 (diff) | |
download | librpm-tizen-6defa683eb5eab3411a1bd827106ccf45edfd7f3.tar.gz librpm-tizen-6defa683eb5eab3411a1bd827106ccf45edfd7f3.tar.bz2 librpm-tizen-6defa683eb5eab3411a1bd827106ccf45edfd7f3.zip |
lclint annotations.
CVS patchset: 3387
CVS date: 1999/10/20 21:40:10
Diffstat (limited to 'lib/stringbuf.h')
-rw-r--r-- | lib/stringbuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stringbuf.h b/lib/stringbuf.h index 958049509..f339fac4e 100644 --- a/lib/stringbuf.h +++ b/lib/stringbuf.h @@ -10,7 +10,7 @@ extern "C" { /*@only@*/ StringBuf newStringBuf(void); void freeStringBuf(/*@only@*/ StringBuf sb); void truncStringBuf(StringBuf sb); -char *getStringBuf(StringBuf sb); +/*@observer@*/ char *getStringBuf(StringBuf sb); void stripTrailingBlanksStringBuf(StringBuf sb); #define appendStringBuf(sb, s) appendStringBufAux(sb, s, 0) |