hlfw.ca

task

ref: 156d0b3f8f89cb2b8f5ea79304dc63c24b6d1cda
dir: /pro.h/

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

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