| Line 92... |
Line 92... |
| 92 |
extern void R_ClearerrConsole(void);
|
92 |
extern void R_ClearerrConsole(void);
|
| 93 |
NORET extern void R_Suicide(const char *);
|
93 |
NORET extern void R_Suicide(const char *);
|
| 94 |
NORET extern void R_CleanUp(SA_TYPE, int, int);
|
94 |
NORET extern void R_CleanUp(SA_TYPE, int, int);
|
| 95 |
extern char *R_HomeDir(void);
|
95 |
extern char *R_HomeDir(void);
|
| 96 |
extern void R_Busy(int);
|
96 |
extern void R_Busy(int);
|
| 97 |
#ifdef AFTER_RJAVA_FIX
|
- |
|
| 98 |
extern int R_ReadConsole(const char *, unsigned char *, int, int);
|
97 |
extern int R_ReadConsole(const char *, unsigned char *, int, int);
|
| 99 |
#else
|
- |
|
| 100 |
// work-around for non-matching declaration in rJava
|
- |
|
| 101 |
int R_ReadConsole(char *, unsigned char *, int, int);
|
- |
|
| 102 |
#endif
|
- |
|
| 103 |
extern void R_WriteConsole(const char *, int);
|
98 |
extern void R_WriteConsole(const char *, int);
|
| 104 |
extern void R_WriteConsoleEx(const char *, int, int);
|
99 |
extern void R_WriteConsoleEx(const char *, int, int);
|
| 105 |
extern void R_ResetConsole(void);
|
100 |
extern void R_ResetConsole(void);
|
| 106 |
extern int R_EditFiles(int, const char **, const char **, const char *);
|
101 |
extern int R_EditFiles(int, const char **, const char **, const char *);
|
| 107 |
extern int R_DirtyImage; /* Current image dirty */
|
102 |
extern int R_DirtyImage; /* Current image dirty */
|