diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-05-17 11:52:06 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-05-24 13:39:34 +0100 |
commit | caaed796ad54de3f8ee1e56123973ae9ace346b9 (patch) | |
tree | 868178a8cf11c5f5c6b33e47a1e973ae26cd87ea /include/olm/message.hh | |
parent | 68d3c7bfa9d0d2f8a44edcd2d277c4a516ed6ed5 (diff) |
Implementation of an outbound group session
Diffstat (limited to 'include/olm/message.hh')
-rw-r--r-- | include/olm/message.hh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/olm/message.hh b/include/olm/message.hh index 5ce0a62..bd912d9 100644 --- a/include/olm/message.hh +++ b/include/olm/message.hh @@ -12,6 +12,18 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + + +/** + * functions for encoding and decoding messages in the Olm protocol. + * + * Some of these functions have plain-C bindings, and are declared in + * message.h; in time, all of the functions declared here should probably be + * converted to plain C and moved to message.h. + */ + +#include "message.h" + #include <cstddef> #include <cstdint> |