1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-27 09:48:08 +00:00

notes about what the jni interface will need to be like..

This commit is contained in:
Greg Alexander 2014-12-14 16:20:49 -05:00
parent 2f501186ce
commit 762d44b1a4

4
jni/interface.c Normal file
View File

@ -0,0 +1,4 @@
/* XXX - java-invocable function that starts listener */
/* XXX - do i need a function to generate host keys? DROPBEAR_DELAY_HOSTKEY */
/* XXX - a C-callable interface to get property strings from the java side (paths, etc) */