mirror of
https://github.com/linux-msm/tqftpserv.git
synced 2024-11-23 10:03:25 +08:00
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
|