summaryrefslogtreecommitdiff
path: root/include/asterisk/fskmodem.h
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2006-03-31 15:02:52 +0000
committerLuigi Rizzo <rizzo@icir.org>2006-03-31 15:02:52 +0000
commit03ac858251b6be9e79382e9c4d6d913fd2e30539 (patch)
tree0fff073fe60c24109229873e7fa5c4c895a40e1d /include/asterisk/fskmodem.h
parentcc0b49d927cbc17c92ff48443a49b0852b373762 (diff)
trailing whitespace/ useless extern removal
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16687 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/fskmodem.h')
-rw-r--r--include/asterisk/fskmodem.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/asterisk/fskmodem.h b/include/asterisk/fskmodem.h
index ea863fc2f..e6d1a5419 100644
--- a/include/asterisk/fskmodem.h
+++ b/include/asterisk/fskmodem.h
@@ -17,7 +17,7 @@
*/
/*! \file
- * \brief FSK Modem Support
+ * \brief FSK Modem Support
* \note Includes code and algorithms from the Zapata library.
* \todo Translate Emiliano Zapata's spanish comments to english, please.
*/
@@ -59,14 +59,14 @@ typedef struct {
} fsk_data;
/* \brief Retrieve a serial byte into outbyte.
- Buffer is a pointer into a series of
- shorts and len records the number of bytes in the buffer. len will be
+ Buffer is a pointer into a series of
+ shorts and len records the number of bytes in the buffer. len will be
overwritten with the number of bytes left that were not consumed.
\return return value is as follows:
- \arg 0: Still looking for something...
+ \arg 0: Still looking for something...
\arg 1: An output byte was received and stored in outbyte
\arg -1: An error occured in the transmission
He must be called with at least 80 bytes of buffer. */
-extern int fsk_serie(fsk_data *fskd, short *buffer, int *len, int *outbyte);
+int fsk_serie(fsk_data *fskd, short *buffer, int *len, int *outbyte);
#endif /* _ASTERISK_FSKMODEM_H */