ref: f28653cf7b83b581d53232eb4801a9f98d9ec0b1 dir: /pro.h/
typedef struct Proconf Proconf; struct Proconf { char *sfile; char **stubs; int nstub; }; void freeconf(Proconf*); Proconf *pconf(void);