blob: ade2d0922159bccff005c7e08ef4f43011969a80 [file] [log] [blame]
Amit Pundird477f822020-02-07 22:26:08 +05301#ifndef __TRANSLATE_H__
2#define __TRANSLATE_H__
3
4int translate_open(const char *path, int flags);
5
6#endif