[PATCH] syncppp: incomplete function prototype
This fixes this warning: syncppp.c:165: warning: function declaration isn't a prototype by adding "void" as the function parameter list.
Showing
Please register or sign in to comment
This fixes this warning: syncppp.c:165: warning: function declaration isn't a prototype by adding "void" as the function parameter list.