From 02dc5204c917213bdf87acac4d1e72c3fc08b3f1 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Fri, 19 Jan 2018 04:07:12 -0800 Subject: [PATCH] ircd: Update namespace list in include README. --- include/ircd/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ircd/README.md b/include/ircd/README.md index 1da10b2f9..8946c17ff 100644 --- a/include/ircd/README.md +++ b/include/ircd/README.md @@ -6,6 +6,8 @@ * `RB_` Preprocessor #define and macro namespace (legacy / low-level). * `ircd_` C namespace and demangled bindings. * `ircd::` C++ namespace scope. +* `X-IRCd-` HTTP header key namespace. +* `ircd.` Matrix event type namespace. #### What To Include