summaryrefslogtreecommitdiff
path: root/src/combine.h
diff options
context:
space:
mode:
authorkramm <kramm>2001-10-18 10:31:20 +0000
committerkramm <kramm>2001-10-18 10:31:20 +0000
commitfc554a43712b76d16b41ec77dd311b4a78b1ef6b (patch)
tree27baaa90e17a9958169bdf57b80aaa07a55bf493 /src/combine.h
Initial revision
Diffstat (limited to 'src/combine.h')
-rw-r--r--src/combine.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/combine.h b/src/combine.h
new file mode 100644
index 00000000..d522771d
--- /dev/null
+++ b/src/combine.h
@@ -0,0 +1,14 @@
+/* combine.h
+ Header file for combine.c
+
+ Part of the swftools package.
+
+ Copyright (c) 2001 Matthias Kramm <kramm@quiss.org>
+
+ This file is distributed under the GPL, see file COPYING for details */
+
+#ifndef __combine_h__
+#define __combine_h__
+unsigned char * combine(unsigned char*masterdata, int masterlength,
+ char*slavename, unsigned char*slavedata, int slavelength, int*newlength);
+#endif //__combine_h__