summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-12-21 01:31:24 +0000
committerjbj <devnull@localhost>2002-12-21 01:31:24 +0000
commitb2402702ae91a73f7e4a4787b6a170357e219533 (patch)
tree22172cbf90ca296d17b8b99ac732c00cc8c755b6 /build
parentec22ac6d3cbfac0130049c816023b9766095353e (diff)
downloadrpm-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.h2
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.