mirror of
https://github.com/ctm/executor.git
synced 2025-02-21 02:28:58 +00:00
13 lines
269 B
C
13 lines
269 B
C
|
|
/* filemanip.c */
|
|
void newfolder (void);
|
|
void openitem (void);
|
|
void printitem (void);
|
|
void closeitem (void);
|
|
void saveitem (void);
|
|
void undolast (void);
|
|
void duplicatename (Str255 name);
|
|
void duplicate (void);
|
|
void renameselection (void);
|
|
void deleteselection (void);
|