b3a90f8fc3beedd8397632f1ec7512e9baf8836f
[platform/upstream/multipath-tools.git] / multipathd / main.h
1 #ifndef MAIN_H
2 #define MAIN_H
3
4 #define MAPGCINT 5
5
6 int reconfigure (struct vectors *);
7 int ev_add_path (char *, struct vectors *);
8 int ev_remove_path (char *, struct vectors *);
9 int ev_add_map (struct sysfs_device *, struct vectors *);
10 int ev_remove_map (char *, struct vectors *);
11
12 #endif /* MAIN_H */