7 lines
106 B
C
7 lines
106 B
C
#ifndef __TRANSLATE_H__
|
|
#define __TRANSLATE_H__
|
|
|
|
int translate_open(const char *path, int flags);
|
|
|
|
#endif
|