multipath: Set the default max_fds to the system max
[platform/upstream/multipath-tools.git] / libmultipath / dict.h
1 #ifndef _DICT_H
2 #define _DICT_H
3
4 #ifndef _VECTOR_H
5 #include "vector.h"
6 #endif
7
8 void init_keywords(void);
9 int get_sys_max_fds(int *);
10
11 #endif /* _DICT_H */