Home
last modified time | relevance | path

Searched refs:userfn (Results 1 – 2 of 2) sorted by relevance

/haiku/src/bin/unzip/
H A Dapi.c164 if (init->structlen >= (sizeof(ulg) + 4*sizeof(dummyfn)) && init->userfn) in UzpAltMain()
165 (*init->userfn)(); /* allow void* arg? */ in UzpAltMain()
H A Dunzip.h377 UsrIniFn *userfn; /* user init function to be called after */ member