mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Some compilers want (void) instead of just () in function declarations.
This commit is contained in:
parent
5b8961a9d4
commit
c086c7ab94
@ -722,7 +722,7 @@ union semun {
|
||||
filename_completion_function() */
|
||||
|
||||
# ifndef HAVE_READLINE_FCF_PROTO
|
||||
extern char *filename_completion_function ();
|
||||
char *filename_completion_function(void);
|
||||
# endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user