summaryrefslogtreecommitdiff
path: root/klm/util/usage.hh
blob: d331ff74c27d557139a78bb06c882394210ded78 (plain)
1
2
3
4
5
6
7
8
#ifndef UTIL_USAGE__
#define UTIL_USAGE__
#include <iosfwd>

namespace util {
void PrintUsage(std::ostream &to);
} // namespace util
#endif // UTIL_USAGE__