• Ulrich Sibiller's avatar
    NXproperty.c: fix implicit declaration · 7a8eea1f
    Ulrich Sibiller authored
    Fix warning with NX_DEBUG_INPUT:
    
    NXproperty.c: In function ‘ProcChangeProperty’:
    NXproperty.c:210:7: warning: implicit declaration of function ‘nxagentGuessDumpInputInfo’; did you mean ‘nxagentGuessClientHint’? [-Wimplicit-function-declaration]
           nxagentGuessDumpInputInfo(client, stuff->property, (char *) &stuff[1]);
           ^~~~~~~~~~~~~~~~~~~~~~~~~
           nxagentGuessClientHint
    7a8eea1f
NXproperty.c 17.9 KB