summaryrefslogtreecommitdiff
path: root/libprint/libprint/print.hxx
blob: 7788faac8b464e79adbae81622b6df89e16f4070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file: libprint/print.hxx -*- C++ -*-

#pragma once

#include <string>

#include <libprint/export.hxx>

namespace print
{
  LIBPRINT_EXPORT void
  to_stdout (const std::string&);
}