mirror of
https://github.com/wnayes/macutils.git
synced 2024-12-22 01:30:15 +00:00
7 lines
187 B
C
7 lines
187 B
C
extern int wrfileopt(char c);
|
|
extern void give_wrfileopt(void);
|
|
extern void set_wrfileopt(int restricted);
|
|
extern void set_s_wrfileopt(int restricted);
|
|
extern char *get_wrfileopt(void);
|
|
|