projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26b6d4a
)
Another private method ... <sigh>
author
Mike Taylor
<mike@indexdata.com>
Wed, 18 Jan 2006 13:32:46 +0000
(13:32 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 18 Jan 2006 13:32:46 +0000
(13:32 +0000)
src/filter_auth_simple.hpp
patch
|
blob
|
history
diff --git
a/src/filter_auth_simple.hpp
b/src/filter_auth_simple.hpp
index
f359598
..
7c4ab74
100644
(file)
--- a/
src/filter_auth_simple.hpp
+++ b/
src/filter_auth_simple.hpp
@@
-1,4
+1,4
@@
-/* $Id: filter_auth_simple.hpp,v 1.4 2006-01-18 11:11:33 mike Exp $
+/* $Id: filter_auth_simple.hpp,v 1.5 2006-01-18 13:32:46 mike Exp $
Copyright (c) 2005, Index Data.
%LICENSE%
@@
-27,6
+27,7
@@
namespace yp2 {
void process_init(yp2::Package & package) const;
void process_search(yp2::Package & package) const;
void process_scan(yp2::Package & package) const;
+ void check_targets(yp2::Package & package) const;
};
}
}