1
0
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:
Matthew Chapman 0001-01-01 00:00:00 +00:00
parent 5b8961a9d4
commit c086c7ab94

View File

@ -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