Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/multi/SRC/prov.h
diff options
context:
space:
mode:
Diffstat (limited to 'multi/SRC/prov.h')
-rw-r--r--multi/SRC/prov.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/multi/SRC/prov.h b/multi/SRC/prov.h
deleted file mode 100644
index b579706..0000000
--- a/multi/SRC/prov.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <string.h>
-
-
-typedef struct binary_data {
- int size;
- unsigned char* data;
-} binary_data;
-
-int insert(unsigned char *bytes, int len);
-
-binary_data out1();
-binary_data funcionAux();