Switch to unified view

a/src/rcldb/rcldb.h b/src/rcldb/rcldb.h
...
...
285
// This has to go somewhere, and as it needs the Xapian version, this is
285
// This has to go somewhere, and as it needs the Xapian version, this is
286
// the most reasonable place.
286
// the most reasonable place.
287
string version_string();
287
string version_string();
288
288
289
extern const string pathelt_prefix;
289
extern const string pathelt_prefix;
290
extern const string start_of_field_term;
291
extern const string end_of_field_term;
290
#ifndef NO_NAMESPACES
292
#ifndef NO_NAMESPACES
291
}
293
}
292
#endif // NO_NAMESPACES
294
#endif // NO_NAMESPACES
293
295
294
296