/* strbuild.h */

#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 );
/* pending == 1  if waiting for a message sequence to complete
   PendingHandler will be called when next stage is message sequence reached
   in and out must be different char arrays
*/   

#endif
