Removed unnecessary SERVER pointer from dcb.c:dcb_call_foreach(), changed declaration and call accordingly.

This commit is contained in:
VilhoRaatikka
2014-06-27 10:54:11 +03:00
parent edf9f0c59c
commit 20637ee224
3 changed files with 3 additions and 3 deletions

View File

@ -296,6 +296,8 @@ bool dcb_set_state(
DCB* dcb,
dcb_state_t new_state,
dcb_state_t* old_state);
void dcb_call_foreach (DCB_REASON reason);
/* DCB flags values */