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