|
Lines 1313-1320
Link Here
|
| 1313 |
extern char *_tracechtype(chtype); |
1313 |
extern char *_tracechtype(chtype); |
| 1314 |
extern char *_tracechtype2(int, chtype); |
1314 |
extern char *_tracechtype2(int, chtype); |
| 1315 |
extern char *_tracemouse(const MEVENT *); |
1315 |
extern char *_tracemouse(const MEVENT *); |
| 1316 |
#define trace _nc_trace |
1316 |
extern void _nc_trace(const unsigned int); |
| 1317 |
extern void trace(const unsigned int); |
|
|
| 1318 |
|
1317 |
|
| 1319 |
/* trace masks */ |
1318 |
/* trace masks */ |
| 1320 |
#define TRACE_DISABLE 0x0000 /* turn off tracing */ |
1319 |
#define TRACE_DISABLE 0x0000 /* turn off tracing */ |