summaryrefslogtreecommitdiffstats
path: root/src/ClientInfo.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientInfo.hpp')
-rw-r--r--src/ClientInfo.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ClientInfo.hpp b/src/ClientInfo.hpp
index 9229d16..19c3c85 100644
--- a/src/ClientInfo.hpp
+++ b/src/ClientInfo.hpp
@@ -19,10 +19,14 @@
#include <string>
+namespace patchage {
+
/// Extra information about a client (program) not expressed in its ID
struct ClientInfo
{
std::string label; ///< Human-friendly label
};
+} // namespace patchage
+
#endif // PATCHAGE_CLIENTINFO_HPP