update to 9.7.1-P2
[tridge/bind9.git] / lib / dns / gssapi_link.c
index 0dd27bbea3e91a0469d2869c2a6699b6f029ed4f..5645814562de873a0be64f6f1e4943c8bd5f4713 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -16,7 +16,7 @@
  */
 
 /*
- * $Id: gssapi_link.c,v 1.12 2008/11/11 03:55:01 marka Exp $
+ * $Id: gssapi_link.c,v 1.14 2009/10/24 23:47:36 tbox Exp $
  */
 
 #include <config.h>
@@ -254,9 +254,10 @@ gssapi_compare(const dst_key_t *key1, const dst_key_t *key2) {
 }
 
 static isc_result_t
-gssapi_generate(dst_key_t *key, int unused) {
+gssapi_generate(dst_key_t *key, int unused, void (*callback)(int)) {
        UNUSED(key);
        UNUSED(unused);
+       UNUSED(callback);
 
        /* No idea */
        return (ISC_R_FAILURE);
@@ -292,7 +293,7 @@ static dst_func_t gssapi_functions = {
        NULL, /*%< tofile */
        NULL, /*%< parse */
        NULL, /*%< cleanup */
-       NULL  /*%< fromlabel */
+       NULL,  /*%< fromlabel */
 };
 
 isc_result_t