1 #ifndef __TRANSLATE_H__ 2 #define __TRANSLATE_H__ 3 4 int translate_open(const char *path, int flags); 5 6 #endif 7