projects
/
multipath-tools
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Rename the README to README.md
[multipath-tools/.git]
/
libmultipath
/
callout.h
1
#ifndef _CALLOUT_H
2
#define _CALLOUT_H
3
4
int execute_program(char *, char *, int);
5
int apply_format (char *, char *, struct path *);
6
7
#endif /* _CALLOUT_H */