#ifndef FTASK_H
#define FTASK_H

#include "oslib/wimp.h"

/* Find a named task's handle
   Result is 0 if not found but no system error */
extern os_error const *find_named_task(char const *, wimp_t *);

#endif
