mirror of
https://github.com/ctm/executor.git
synced 2025-02-21 17:29:04 +00:00
7 lines
270 B
C
7 lines
270 B
C
|
|
/* initdirs.c */
|
|
ControlHandle addtolist (WindowPeek wp, Str255 s, long dirid, short vrefnum);
|
|
void removefromlist (WindowPeek wp, Str255 s, long dirid, short vrefnum);
|
|
void initopendirs (FILE * f);
|
|
void updatemove (WindowPeek wp, Str255 s, long dirid, short vrefnum);
|