summaryrefslogtreecommitdiff
path: root/include/asterisk/dundi.h
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-12-22 09:14:07 -0500
committerSean Bright <sean.bright@gmail.com>2017-12-22 09:14:07 -0500
commitce3d56920b15facbb64b3caf0d823a3f57c0dded (patch)
tree0ea4a13885afb281237b3747e85eb6315863ae0a /include/asterisk/dundi.h
parent35a2e09c655f26067db0f51837704886d6ffff78 (diff)
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
Diffstat (limited to 'include/asterisk/dundi.h')
-rw-r--r--include/asterisk/dundi.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/asterisk/dundi.h b/include/asterisk/dundi.h
index 2bffd0246..3f73c1937 100644
--- a/include/asterisk/dundi.h
+++ b/include/asterisk/dundi.h
@@ -21,7 +21,7 @@
* See also \arg \ref AstDUNDi
*/
-#ifndef _ASTERISK_DUNDI_H
+#ifndef _ASTERISK_DUNDI_H
#define _ASTERISK_DUNDI_H
#include "asterisk/channel.h"
@@ -131,7 +131,7 @@ enum {
DUNDI_CAUSE_BADENCRYPT = 7,
};
-struct dundi_cause {
+struct dundi_cause {
unsigned char causecode; /*!< Numerical cause (DUNDI_CAUSE_*) */
char desc[0]; /*!< Textual description */
} __attribute__((__packed__));
@@ -240,16 +240,16 @@ struct dundi_entity_info {
char org[80];
char orgunit[80];
char email[80];
- char phone[80];
+ char phone[80];
char ipaddr[80];
};
-/*!
+/*!
* \brief Lookup the given number in the given dundi context.
- * Lookup number in a given dundi context (if unspecified use e164), the given callerid (if specified)
+ * Lookup number in a given dundi context (if unspecified use e164), the given callerid (if specified)
* and return up to maxret results in the array specified.
* \retval the number of results found.
- * \retval -1 on a hangup of the channel.
+ * \retval -1 on a hangup of the channel.
*/
int dundi_lookup(struct dundi_result *result, int maxret, struct ast_channel *chan, const char *dcontext, const char *number, int nocache);