mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
10 lines
158 B
C
10 lines
158 B
C
/*
|
|
* Warning: there's better version of this file somewhere else.
|
|
*/
|
|
|
|
#define CALL_INFO 0
|
|
#define CALL_BOX 1
|
|
#define CALL_PASSWD 2
|
|
|
|
#define NUM_CALLBACKS 4
|