Initial revision
[swftools.git] / src / combine.h
1 /* combine.h
2    Header file for combine.c
3
4    Part of the swftools package.
5
6    Copyright (c) 2001 Matthias Kramm <kramm@quiss.org> 
7
8    This file is distributed under the GPL, see file COPYING for details */
9
10 #ifndef __combine_h__
11 #define __combine_h__
12 unsigned char * combine(unsigned char*masterdata, int masterlength, 
13                         char*slavename, unsigned char*slavedata, int slavelength, int*newlength);
14 #endif //__combine_h__