hlfw.ca

task

ref: d67b1c7ecb14d025f262edbcbab4b92d54f8b397
dir: /pro.h/

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

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