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