diff options
Diffstat (limited to 'src/file.h')
-rw-r--r-- | src/file.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -68,6 +68,8 @@ private: int Open(); + int Move(char *destination); + int fd; int num; |
index : miav.git | ||
Unnamed repository; edit this file 'description' to name the repository. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/file.h | 2 |
@@ -68,6 +68,8 @@ private: int Open(); + int Move(char *destination); + int fd; int num; |