/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ #include #include #include "server_internal.h" int _kadm5_check_handle(void *handle) { CHECK_HANDLE(handle); return 0; }