Fix CID 473 and 474.
[metze/wireshark/wip.git] / g711.h
diff --git a/g711.h b/g711.h
index 1c16824f295ed3cc04a76fb0bbe9c8835a4e761b..8d8b44d439bbe8346da2f3f7c4f1464f527ec763 100644 (file)
--- a/g711.h
+++ b/g711.h
@@ -1,28 +1,30 @@
-/* \r
- * g711.h\r
- *\r
- * Definitions for routines for u-law, A-law and linear PCM conversions\r
- *\r
- * Ethereal - Network traffic analyzer\r
- * By Gerald Combs <gerald@ethereal.com>\r
- * Copyright 1998 Gerald Combs\r
- *\r
- * This program is free software; you can redistribute it and/or\r
- * modify it under the terms of the GNU General Public License\r
- * as published by the Free Software Foundation; either version 2\r
- * of the License, or (at your option) any later version.\r
- *\r
- * This program is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU General Public License\r
- * along with this program; if not, write to the Free Software\r
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\r
- */\r
-\r
-unsigned char linear2alaw( int );\r
-int alaw2linear( unsigned char );\r
-unsigned char linear2ulaw( int );\r
-int ulaw2linear( unsigned char ); \r
+/* 
+ * g711.h
+ *
+ * Definitions for routines for u-law, A-law and linear PCM conversions
+ *
+ * $Id$
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ */
+
+unsigned char linear2alaw( int );
+int alaw2linear( unsigned char );
+unsigned char linear2ulaw( int );
+int ulaw2linear( unsigned char );