Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • jgullberg/jss
  • janitor-team/proposed/jss
  • freeipa-team/jss
3 results
Show changes
......@@ -286,6 +286,16 @@ void JSS_initErrcodeTranslationTable();
*/
int JSS_ConvertNativeErrcodeToJava(int nativeErrcode);
/************************************************************************
** JSS_ToByteArray.
**
** Converts the given chararacter array to a Java byte array.
**
** Returns
** The new jbyteArray object or NULL on failure.
*/
jbyteArray JSS_ToByteArray(JNIEnv *env, const void *data, int length);
PR_END_EXTERN_C
#endif
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.