summaryrefslogtreecommitdiff
path: root/src/xine-utils/xineutils.h
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-11-14 21:55:11 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-11-14 21:55:11 +0100
commit9aab0fa061a6c0ce3f83c28732a37fce7c6cb289 (patch)
treed60295ef743a05e3239d802004a30469b8ce2deb /src/xine-utils/xineutils.h
parentc813dd036abc7286138f62dc04dc9098c10ceede (diff)
parent0ae296e7cb050cbc42f78feaccf3050e068cb152 (diff)
downloadxine-lib-9aab0fa061a6c0ce3f83c28732a37fce7c6cb289.tar.gz
xine-lib-9aab0fa061a6c0ce3f83c28732a37fce7c6cb289.tar.bz2
Merge changes.
Diffstat (limited to 'src/xine-utils/xineutils.h')
-rw-r--r--src/xine-utils/xineutils.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h
index 9750eefad..3296b2ba9 100644
--- a/src/xine-utils/xineutils.h
+++ b/src/xine-utils/xineutils.h
@@ -16,9 +16,6 @@
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
- *
- * $Id: xineutils.h,v 1.107 2006/12/25 15:16:33 dgp85 Exp $
- *
*/
#ifndef XINEUTILS_H
#define XINEUTILS_H
@@ -973,6 +970,11 @@ const char *xine_guess_spu_encoding(void) XINE_PROTECTED;
*/
int xine_monotonic_clock(struct timeval *tv, struct timezone *tz) XINE_PROTECTED;
+/**
+ * CRC functions
+ */
+uint32_t _x_compute_crc32 (const uint8_t * data, int32_t length, uint32_t crc32) XINE_PROTECTED;
+
/* don't harm following code */
#ifdef extern
# undef extern