14 lines
452 B
Text
14 lines
452 B
Text
$NetBSD: patch-ac,v 1.3 2006/07/17 17:55:43 wiz Exp $
|
|
|
|
--- src/include/projdesc.h.orig 2004-05-10 00:40:55.000000000 +0000
|
|
+++ src/include/projdesc.h
|
|
@@ -130,6 +130,9 @@ public:
|
|
|
|
class AttrDesc { public: const char* name; AttrType type; };
|
|
|
|
+bool attrs_equal(const PrcsAttrs*const& x, const PrcsAttrs*const& y);
|
|
+int attrs_hash(const PrcsAttrs*const& s, int M);
|
|
+
|
|
class PrcsAttrs {
|
|
friend class ProjectDescriptor;
|
|
friend class FileEntry;
|