diff options
author | jbj <devnull@localhost> | 1999-10-21 15:04:25 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-10-21 15:04:25 +0000 |
commit | 3ae84a6867ec831d2a3bcc0423565104626efd28 (patch) | |
tree | 24c8a56e70eeb8a546bb71cf27d287e1bc068d43 /build/rpmbuild.h | |
parent | 1bcfa7ac608310ff018e9fca851f64d61ec99ddf (diff) | |
download | librpm-tizen-3ae84a6867ec831d2a3bcc0423565104626efd28.tar.gz librpm-tizen-3ae84a6867ec831d2a3bcc0423565104626efd28.tar.bz2 librpm-tizen-3ae84a6867ec831d2a3bcc0423565104626efd28.zip |
lclint annotations.
CVS patchset: 3390
CVS date: 1999/10/21 15:04:25
Diffstat (limited to 'build/rpmbuild.h')
-rw-r--r-- | build/rpmbuild.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpmbuild.h b/build/rpmbuild.h index 81be09e75..9284fa931 100644 --- a/build/rpmbuild.h +++ b/build/rpmbuild.h @@ -94,7 +94,7 @@ int isPart(char *line); /* from build/misc.h */ int parseNum(const char *line, /*@out@*/int *res); -char *cleanFileName(const char *name); +/*@observer@*/ const char *cleanFileName(const char *name); /* from build/parse.h */ |