ab648e81382c12ff2ef44d79893af342f53d766a
[platform/upstream/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 */