From b1fc173966158567575758ece5dc4e4b1cbf946b Mon Sep 17 00:00:00 2001 From: defanor Date: Sun, 28 Feb 2021 16:08:59 +0300 Subject: Add the initial Emacs interface --- examples/basic.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'examples') diff --git a/examples/basic.c b/examples/basic.c index e3bf12c..55597a8 100644 --- a/examples/basic.c +++ b/examples/basic.c @@ -1,3 +1,11 @@ +/** + @file basic.c + @brief A reference rexmpp-based client. + @author defanor + @date 2020--2021 + @copyright MIT license. +*/ + #include #include #include @@ -230,4 +238,5 @@ main (int argc, char **argv) { /* Deinitialise the rexmpp structure in the end, freeing whatever it allocated. */ rexmpp_done(&s); + return 0; } -- cgit v1.2.3