hlfw.ca

task

ref: 932aa079d1f8a98ba1d50e7bb4b3ea876053125c
dir: /pro.h/

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

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