Show More
@@ -261,8 +261,8 int mpatch_apply(char *buf, const char * | |||||
261 | } |
|
261 | } | |
262 |
|
262 | |||
263 | /* recursively generate a patch of all bins between start and end */ |
|
263 | /* recursively generate a patch of all bins between start and end */ | |
264 |
struct mpatch_flist * |
|
264 | struct mpatch_flist * | |
265 |
|
|
265 | mpatch_fold(void *bins, struct mpatch_flist *(*get_next_item)(void *, ssize_t), | |
266 |
|
|
266 | ssize_t start, ssize_t end) | |
267 | { |
|
267 | { | |
268 | ssize_t len; |
|
268 | ssize_t len; |
@@ -19,8 +19,8 ssize_t mpatch_calcsize(ssize_t len, str | |||||
19 | void mpatch_lfree(struct mpatch_flist *a); |
|
19 | void mpatch_lfree(struct mpatch_flist *a); | |
20 | int mpatch_apply(char *buf, const char *orig, ssize_t len, |
|
20 | int mpatch_apply(char *buf, const char *orig, ssize_t len, | |
21 |
|
|
21 | struct mpatch_flist *l); | |
22 |
struct mpatch_flist * |
|
22 | struct mpatch_flist * | |
23 |
|
|
23 | mpatch_fold(void *bins, struct mpatch_flist *(*get_next_item)(void *, ssize_t), | |
24 |
|
|
24 | ssize_t start, ssize_t end); | |
25 |
|
25 | |||
26 | #endif |
|
26 | #endif |
General Comments 0
You need to be logged in to leave comments.
Login now