hlfw.ca

task

ref: e026625830c18a358a485d7c34002d3f853cac55
dir: /pro.h/

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

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