#ifndef __TRANSLATE_H__
#define __TRANSLATE_H__

int translate_open(const char *path, int flags);

#endif
