fix(global.h): Update func declaration

This commit is contained in:
Sau P 2024-11-27 20:39:40 +00:00 committed by anon
parent e8cfe0a66e
commit 5b92f04e9c

View File

@ -287,6 +287,6 @@ int execute(char *a, ...);
long dbseek(long offset);
void mousecleanup(void);
int process_mouse();
int process_mouse(void);
#endif /* CSCOPE_GLOBAL_H */