hlfw.ca

task

ref: 7ff209324645dddf92a9f15045b21c62a0a4518a
dir: /pro.h/

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

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