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