Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/converters/ish/files/patch-mvol.c
16461 views
1
--- mvol.c.orig
2
+++ mvol.c
3
@@ -4,6 +4,7 @@
4
/* 930823 modified (aka) */
5
6
#include <stdio.h>
7
+#include <stdlib.h>
8
#include <fcntl.h>
9
#include <ctype.h>
10
#include <string.h>
11
@@ -25,6 +26,8 @@
12
extern char tname[];
13
extern int delvol;
14
15
+void restore_done(char *, char *, long);
16
+
17
#define ID "ID block for multi volume ish file"
18
19
typedef struct {
20
@@ -208,6 +211,7 @@
21
22
#define COPY_BUF 1024
23
24
+void
25
restore_done(src, dst,sz)
26
char *src;
27
char *dst;
28
29