X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fcommon.h;h=8947c575aded79b6027bf96135c441e4149520d0;hb=55ffaf9ad7c8b180ac0192adb1a6ff6adc72c5a3;hp=a1a2528957a365d5e1c77eb918bb2bb652ddf763;hpb=d3be3ed7cb69be4a9a256449d4885d4a55399de0;p=collectd.git diff --git a/src/daemon/common.h b/src/daemon/common.h index a1a25289..8947c575 100644 --- a/src/daemon/common.h +++ b/src/daemon/common.h @@ -385,7 +385,7 @@ void strarray_free(char **array, size_t array_len); * argument. Returns zero if it does, less than zero if it doesn't or on error. * See capabilities(7) for the list of possible capabilities. * */ -int check_capability(int capability); +int check_capability(int arg); #endif /* HAVE_SYS_CAPABILITY_H */ #endif /* COMMON_H */