blob: 873b3c923aaf2e45c1f228fe42b715dc93301652 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab
#pragma once
namespace crimson::admin::pg {
class QueryCommand;
class MarkUnfoundLostCommand;
} // namespace crimson::admin::pg
|