summaryrefslogtreecommitdiff
path: root/modules/mwi/mwi.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mwi/mwi.c')
-rw-r--r--modules/mwi/mwi.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/modules/mwi/mwi.c b/modules/mwi/mwi.c
index a04e6bf..c1670a0 100644
--- a/modules/mwi/mwi.c
+++ b/modules/mwi/mwi.c
@@ -1,13 +1,21 @@
/**
* @file mwi.c Message Waiting Indication (RFC 3842)
*
- * Copyright (C) 2010 Creytiv.com
+ * Copyright (C) 2010 - 2015 Creytiv.com
*/
#include <string.h>
#include <re.h>
#include <baresip.h>
+/**
+ * @defgroup mwi mwi
+ *
+ * Message Waiting Indication
+ *
+ */
+
+
struct mwi {
struct le le;
struct sipsub *sub;