hlfw.ca

task

ref: 3aed440807d578c3fab5bc705864ac4c2650800f
dir: /pro.h/

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

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