*** empty log message ***
authorewt <devnull@localhost>
Fri, 27 Mar 1998 17:42:28 +0000 (17:42 +0000)
committerewt <devnull@localhost>
Fri, 27 Mar 1998 17:42:28 +0000 (17:42 +0000)
CVS patchset: 2056
CVS date: 1998/03/27 17:42:28

lib/depends.h [new file with mode: 0644]

diff --git a/lib/depends.h b/lib/depends.h
new file mode 100644 (file)
index 0000000..8e5b0e3
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef H_DEPENDS
+#define H_DEPENDS
+
+#include "header.h"
+
+int headerMatchesDepFlags(Header h, char * reqInfo, int reqFlags);
+
+#endif