make the compiler happy
authorDaniel Kouřil <kouril@ics.muni.cz>
Wed, 1 Feb 2012 07:41:09 +0000 (07:41 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Wed, 1 Feb 2012 07:41:09 +0000 (07:41 +0000)
emi.canl.canl-c/src/canl.h

index 5df93f7..fde58cb 100644 (file)
@@ -72,7 +72,7 @@ canl_princ_free(canl_ctx, canl_principal);
 char * CANL_CALLCONV
 canl_mech2str(canl_ctx, gss_OID);
 
-const gss_OID CANL_CALLCONV
+const gss_OID_desc * CANL_CALLCONV
 canl_str2mech(canl_ctx, const char mech);
 
 #ifdef __cplusplus