mirror of
				https://github.com/troglobit/editline.git
				synced 2025-10-31 08:18:11 +08:00 
			
		
		
		
	Fix function declaration, non-ANSI style.
This commit is contained in:
		| @@ -72,7 +72,7 @@ extern int	rl_quit; | |||||||
| extern int	rl_susp; | extern int	rl_susp; | ||||||
| #endif | #endif | ||||||
| #ifdef CONFIG_DEFAULT_COMPLETE | #ifdef CONFIG_DEFAULT_COMPLETE | ||||||
| extern char	*default_rl_complete(); | extern char	*default_rl_complete(char *pathname, int *unique); | ||||||
| extern int	default_rl_list_possib(char *pathname, char ***avp); | extern int	default_rl_list_possib(char *pathname, char ***avp); | ||||||
| #endif | #endif | ||||||
| extern void     rl_ttyset(int Reset); | extern void     rl_ttyset(int Reset); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Joachim Nilsson
					Joachim Nilsson