Switch to unified view

a/src/rcldb/rcldb.h b/src/rcldb/rcldb.h
...
...
260
260
261
// This has to go somewhere, and as it needs the Xapian version, this is
261
// This has to go somewhere, and as it needs the Xapian version, this is
262
// the most reasonable place.
262
// the most reasonable place.
263
string version_string();
263
string version_string();
264
264
265
extern const string pathelt_prefix;
265
#ifndef NO_NAMESPACES
266
#ifndef NO_NAMESPACES
266
}
267
}
267
#endif // NO_NAMESPACES
268
#endif // NO_NAMESPACES
268
269
269
270