hlfw.ca

task

ref: c9cdd2ed16e9cc218a675addc421e2c59b8f1528
dir: /pro.h/

View raw version
typedef struct Proconf Proconf;
struct Proconf 
{
	char *sfile;
	char **stubs;
	int nstub;
};

void freeconf(Proconf*);
Proconf *pconf(void);