 
#ifndef _strbuild_h
#define _strbuild_h
#include "main.h"
#include "read.h"
_kernel_oserror *strbuild_build
(char *in, char *out, int space,
Action *action, int event, WimpPollBlock *wpb,
int *pending, PendingHandler p, void *handle );
#endif
