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