hlfw.ca

task

ref: 57a3cb892d1df2f3787531e0ead84c8e943744ea
dir: /pro.h/

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

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