projects
/
multipath-tools
/
.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make params variable local
[multipath-tools/.git]
/
libmultipath
/
dmparser.h
diff --git
a/libmultipath/dmparser.h
b/libmultipath/dmparser.h
index
bf4b2c3
..
1b45df0
100644
(file)
--- a/
libmultipath/dmparser.h
+++ b/
libmultipath/dmparser.h
@@
-1,3
+1,3
@@
-int assemble_map (struct multipath *);
+int assemble_map (struct multipath *
, char *, int
);
int disassemble_map (vector, char *, struct multipath *);
int disassemble_status (char *, struct multipath *);