#ifndef ERRORS_H
#define ERRORS_H

extern OSERROR error_outOfMemory; /* fill these in */
extern OSERROR error_socket;

#endif
