1*c4071fd1Smillert /* $OpenBSD: bootparam.h,v 1.4 2002/03/14 01:27:07 millert Exp $ */ 2df930be7Sderaadt 3*c4071fd1Smillert int bp_whoami(int sock); 4*c4071fd1Smillert int bp_getfile(int sock, char *key, struct in_addr *addrp, char *path); 5df930be7Sderaadt 6