#ifndef INCLUDE_INLINES_H
#define INCLUDE_INLINES_H

LONG error_req (STRPTR buttons, STRPTR fmt,...);
void FreeUrlNode (struct URLNode *nd);
struct URLNode * newurlnodecopy (struct URLNode *nd);
LONG xget (Object * obj, ULONG attribute);
ULONG DoSuperNew (struct IClass * cl, Object * obj, ULONG tag1,...);

#endif
