hlfw.ca

task

ref: 6e7bc9b9dc67f5556f2c0c2ed2742e5b1c1ef710
dir: /pro.h/

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

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