0d1ce9d Add 'void' to function definition to avoid compiler warnings

2 files Authored by mbasti 8 years ago, Committed by nhosoi 8 years ago,
    Add 'void' to function definition to avoid compiler warnings
    
    During compiling of FreeIPA we are receiving compiler error:
    
    slapi-plugin.h:6149, GNU C Compiler 4 (gcc), Priority: Normal
    function declaration isn't a prototype [-Wstrict-prototypes]
    
    This patch should fix the compiler warning.
    
    Reviewed by nhosoi@redhat.com.