limit the visibility of dead mouse functions
This commit is contained in:
@ -289,9 +289,6 @@ void includedir(const char *dirname);
|
|||||||
void initsymtab(void);
|
void initsymtab(void);
|
||||||
void makefilelist(const char * const * const argv);
|
void makefilelist(const char * const * const argv);
|
||||||
void mousecleanup(void);
|
void mousecleanup(void);
|
||||||
void mousemenu(void);
|
|
||||||
void mouseinit(void);
|
|
||||||
void mousereinit(void);
|
|
||||||
void myexit(int sig);
|
void myexit(int sig);
|
||||||
void myperror(char *text);
|
void myperror(char *text);
|
||||||
void progress(char *what, long current, long max);
|
void progress(char *what, long current, long max);
|
||||||
|
@ -43,6 +43,12 @@
|
|||||||
* future complete rewrite of mouse support
|
* future complete rewrite of mouse support
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
void mousemenu(void);
|
||||||
|
void mouseinit(void);
|
||||||
|
void mousereinit(void);
|
||||||
|
|
||||||
|
// extern bool unixpcmouse; /* UNIX PC mouse interface */
|
||||||
|
|
||||||
extern int LINES;
|
extern int LINES;
|
||||||
|
|
||||||
#define FLDLINE (LINES - FIELDS - 1 - 1) /* first input field line */
|
#define FLDLINE (LINES - FIELDS - 1 - 1) /* first input field line */
|
||||||
|
Reference in New Issue
Block a user