drop unused prototype

This commit is contained in:
Love Hornquist Astrand
2009-11-22 00:39:21 -08:00
parent 0adbdf8f98
commit 9a5b9ed720

View File

@@ -43,10 +43,7 @@
#include <heim-ipc.h>
static krb5_error_code
kcm_set_kdc_offset(krb5_context context, krb5_ccache id, krb5_deltat kdc_offset);
static krb5_error_code
kcm_get_kdc_offset(krb5_context context, krb5_ccache id, krb5_deltat *kdc_offset);
kcm_set_kdc_offset(krb5_context, krb5_ccache, krb5_deltat);
static const char *kcm_ipc_name = "ANY:org.h5l.kcm";