Switch to unified view
a/src/internfile/internfile.h | b/src/internfile/internfile.h | ||
---|---|---|---|
... |
... |
||
122 | int flags); |
122 | int flags); |
123 | 123 | ||
124 | /** |
124 | /** |
125 | * Build sig for doc coming from rcldb. This is here because we know how |
125 | * Build sig for doc coming from rcldb. This is here because we know how |
126 | * to query the right backend */ |
126 | * to query the right backend */ |
127 | static bool makesig(const Rcl::Doc& idoc, string& sig); |
127 | static bool makesig(RclConfig *cnf, const Rcl::Doc& idoc, string& sig);
|
128 | 128 | ||
129 | ~FileInterner(); |
129 | ~FileInterner(); |
130 | 130 | ||
131 | void setMissingStore(FIMissingStore *st) |
131 | void setMissingStore(FIMissingStore *st) |
132 | { |
132 | { |