1 2 3 4 5 6 7 8
/** * Handy function that initializes the 9P connection. */ fun initNineP(npconn: Connection) { // TODO: implement } fun readAll(npconn: Connection, )