summaryrefslogtreecommitdiffstats
path: root/java/src/c
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-07-22 06:10:48 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-07-22 06:10:48 +0000
commit6ad822fd4b7ac361f62d158b12dc4f92e8aff3c2 (patch)
tree403455c01fd1906dd4961bcc9c04a4f2ce09204e /java/src/c
parentd214143481b615f65aef31d14463f0a92ab7787b (diff)
downloadlasso-6ad822fd4b7ac361f62d158b12dc4f92e8aff3c2.tar.gz
lasso-6ad822fd4b7ac361f62d158b12dc4f92e8aff3c2.tar.xz
lasso-6ad822fd4b7ac361f62d158b12dc4f92e8aff3c2.zip
Some progress in first non regression test.
Diffstat (limited to 'java/src/c')
-rw-r--r--java/src/c/com_entrouvert_lasso_LassoAuthnRequest.c2
-rw-r--r--java/src/c/helper.c6
-rw-r--r--java/src/c/helper.h6
3 files changed, 7 insertions, 7 deletions
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 <poussin@codelutin.com>
+ * Emmanuel Raviart <eraviart@entrouvert.com>
*
* 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 <poussin@codelutin.com>
+ * Emmanuel Raviart <eraviart@entrouvert.com>
*
* 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