~sysbench-developers/sysbench/missed-dirs-fix

« back to all changes in this revision

Viewing changes to sysbench/tests/fileio/crc32.h

  • Committer: Alexey Kopytov
  • Date: 2009-05-21 13:55:35 UTC
  • mfrom: (0.1.1 sysbench-0.4)
  • Revision ID: alexey.kopytov@sun.com-20090521135535-h03ioutjyfzv1m30
Reconsiled with the old 0.4 code branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef CRC32_H
 
2
 
 
3
#ifdef HAVE_CONFIG_H
 
4
#include <config.h>
 
5
#endif
 
6
 
 
7
#define CRC32_H
 
8
 
 
9
extern unsigned long crc32(unsigned long crc, const unsigned char *buf, unsigned len);
 
10
 
 
11
#endif