summaryrefslogtreecommitdiff
path: root/build/rpmfc.h
diff options
context:
space:
mode:
Diffstat (limited to 'build/rpmfc.h')
-rw-r--r--build/rpmfc.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/build/rpmfc.h b/build/rpmfc.h
index 2609f2e3b..9bdc6285e 100644
--- a/build/rpmfc.h
+++ b/build/rpmfc.h
@@ -1,8 +1,10 @@
#ifndef _H_RPMFC_
#define _H_RPMFC_
-/*@notchecked@*/
+#include "rpmfile.h"
+
/*@-exportlocal@*/
+/*@unchecked@*/
extern int _rpmfc_debug;
/*@=exportlocal@*/
@@ -115,7 +117,8 @@ rpmfc rpmfcNew(void)
* Build file class dictionary and mappings.
*/
int rpmfcClassify(rpmfc fc, ARGV_t argv)
- /*@modifies fc @*/;
+ /*@globals global_fmagic, fileSystem, internalState @*/
+ /*@modifies fc, global_fmagic, fileSystem, internalState @*/;
/**
* BUild file/package dependency dictionary and mappings.