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