1*7f2fe78bSCy Schubert /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ 2*7f2fe78bSCy Schubert #include <krb5.h> 3*7f2fe78bSCy Schubert #include <kadm5/admin.h> 4*7f2fe78bSCy Schubert #include "server_internal.h" 5*7f2fe78bSCy Schubert _kadm5_check_handle(void * handle)6*7f2fe78bSCy Schubertint _kadm5_check_handle(void *handle) 7*7f2fe78bSCy Schubert { 8*7f2fe78bSCy Schubert CHECK_HANDLE(handle); 9*7f2fe78bSCy Schubert return 0; 10*7f2fe78bSCy Schubert } 11