Switch to unified view

a/src/rcldb/rcldb.h b/src/rcldb/rcldb.h
...
...
322
string version_string();
322
string version_string();
323
323
324
extern const string pathelt_prefix;
324
extern const string pathelt_prefix;
325
extern const string start_of_field_term;
325
extern const string start_of_field_term;
326
extern const string end_of_field_term;
326
extern const string end_of_field_term;
327
extern const string page_break_term;
328
327
329
}
328
}
330
329
331
#endif /* _DB_H_INCLUDED_ */
330
#endif /* _DB_H_INCLUDED_ */