summaryrefslogtreecommitdiffstats
path: root/java/src/c
diff options
context:
space:
mode:
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