/* settype.h */

#ifndef __settype_h
#define __settype_h

#include "kernel.h"

_kernel_oserror *InstallSetTypes(void *ws);

#endif
