From 6ad822fd4b7ac361f62d158b12dc4f92e8aff3c2 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Thu, 22 Jul 2004 06:10:48 +0000 Subject: Some progress in first non regression test. --- java/src/c/com_entrouvert_lasso_LassoAuthnRequest.c | 2 +- java/src/c/helper.c | 6 +++--- java/src/c/helper.h | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'java/src/c') diff --git a/java/src/c/com_entrouvert_lasso_LassoAuthnRequest.c b/java/src/c/com_entrouvert_lasso_LassoAuthnRequest.c index a2d4f243..a71af821 100644 --- a/java/src/c/com_entrouvert_lasso_LassoAuthnRequest.c +++ b/java/src/c/com_entrouvert_lasso_LassoAuthnRequest.c @@ -67,7 +67,7 @@ JNIEXPORT void JNICALL Java_com_entrouvert_lasso_LassoAuthnRequest_setassertionC (*env)->ReleaseStringUTFChars(env, _value, value); } -JNIEXPORT void JNICALL Java_com_entrouvert_lasso_LassoAuthnRequest_setContent +JNIEXPORT void JNICALL Java_com_entrouvert_lasso_LassoAuthnRequest_setConsent (JNIEnv * env, jobject this, jstring _value){ LassoAuthnRequest * request; char * value; diff --git a/java/src/c/helper.c b/java/src/c/helper.c index 6f19ca70..a4ee15d9 100644 --- a/java/src/c/helper.c +++ b/java/src/c/helper.c @@ -1,11 +1,11 @@ -/* $Id$ - * +/* * JLasso -- Java bindings for Lasso library * * Copyright (C) 2004 Entr'ouvert - * http://lasso.labs.libre-entreprise.org + * http://lasso.entrouvert.com * * Authors: Benjamin Poussin + * Emmanuel Raviart * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/java/src/c/helper.h b/java/src/c/helper.h index ba8304eb..f9b4d167 100644 --- a/java/src/c/helper.h +++ b/java/src/c/helper.h @@ -1,11 +1,11 @@ -/* $Id$ - * +/* * JLasso -- Java bindings for Lasso library * * Copyright (C) 2004 Entr'ouvert - * http://lasso.labs.libre-entreprise.org + * http://lasso.entrouvert.com * * Authors: Benjamin Poussin + * Emmanuel Raviart * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- cgit