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