summaryrefslogtreecommitdiff
path: root/libmultipath/dict.h
blob: 5f77473e148e5110fc16e90b13300e257930632e (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _DICT_H
#define _DICT_H

#ifndef _VECTOR_H
#include "vector.h"
#endif

void init_keywords(void);

#endif /* _DICT_H */