summaryrefslogtreecommitdiff
blob: 4dbcc56bd0002655d92da14ea3bbe222b04d1ebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
diff -Nru tripwire-2.3.1-2/src/fco/fconame.h tripwire-2.3.1-2-p1/src/fco/fconame.h
--- tripwire-2.3.1-2/src/fco/fconame.h	2000-10-27 18:25:40.000000000 -0600
+++ tripwire-2.3.1-2-p1/src/fco/fconame.h	2006-03-08 11:21:03.000000000 -0700
@@ -49,6 +49,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 class cFCONameTblNode;
 class cFCONameIter;
+class cFCOName_i;
 
 class cFCOName : public iTypedSerializable
 {
diff -Nru tripwire-2.3.1-2/src/fco/fcosetimpl.h tripwire-2.3.1-2-p1/src/fco/fcosetimpl.h
--- tripwire-2.3.1-2/src/fco/fcosetimpl.h	2000-10-27 18:25:39.000000000 -0600
+++ tripwire-2.3.1-2-p1/src/fco/fcosetimpl.h	2006-03-08 11:07:14.000000000 -0700
@@ -46,6 +46,8 @@
 #include "fconame.h"
 #endif
 
+class cFCOIterImpl;
+
 class cFCOSetImpl : public iFCOSet
 {
 	friend class cFCOIterImpl;
diff -Nru tripwire-2.3.1-2/src/tw/fcoreport.h tripwire-2.3.1-2-p1/src/tw/fcoreport.h
--- tripwire-2.3.1-2/src/tw/fcoreport.h	2000-10-27 18:25:36.000000000 -0600
+++ tripwire-2.3.1-2-p1/src/tw/fcoreport.h	2006-03-08 11:07:53.000000000 -0700
@@ -85,6 +85,7 @@
 class cFileHeaderID;
 class cErrorQueue;
 class cFCOReportGenreHeader;
+class cFCOReportSpecIter; 
 
 class cFCOReport : public iTypedSerializable
 {