hlfw.ca

task

ref: 634bc3cf821b09e05edf60507cc29dd4ccc49a59
dir: /pro.h/

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

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