diff options
author | jbj <devnull@localhost> | 2002-12-21 01:31:24 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-12-21 01:31:24 +0000 |
commit | b2402702ae91a73f7e4a4787b6a170357e219533 (patch) | |
tree | 22172cbf90ca296d17b8b99ac732c00cc8c755b6 /build | |
parent | ec22ac6d3cbfac0130049c816023b9766095353e (diff) | |
download | rpm-b2402702ae91a73f7e4a4787b6a170357e219533.tar.gz rpm-b2402702ae91a73f7e4a4787b6a170357e219533.tar.bz2 rpm-b2402702ae91a73f7e4a4787b6a170357e219533.zip |
splint fiddles.
CVS patchset: 5956
CVS date: 2002/12/21 01:31:24
Diffstat (limited to 'build')
-rw-r--r-- | build/rpmfc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/rpmfc.h b/build/rpmfc.h index 4413d2047..a041926e1 100644 --- a/build/rpmfc.h +++ b/build/rpmfc.h @@ -115,9 +115,11 @@ int rpmfcColoring(const char * fmstr) /** * @param fc file classifier */ +/*@-exportlocal@*/ void rpmfcPrint(const char * msg, rpmfc fc, FILE * fp) /*@globals fileSystem @*/ /*@modifies *fp, fc, fileSystem @*/; +/*@=exportlocal@*/ /** * Destroy a file classifier. |