0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 20:28:52 +02:00

ircd::db: These can be public.

This commit is contained in:
Jason Volk 2017-09-25 22:13:11 -07:00
parent 92a8d8e2bf
commit ec18d81d56

View file

@ -94,9 +94,10 @@ struct ircd::db::cursor<d, tuple>::const_iterator_base
return &this->operator*();
}
protected:
string_view row_key() const;
bool row_valid() const;
protected:
bool seek_row();
public: