#ifndef  CLIB_OBJECTS_PROTOS_H
#define  CLIB_OBJECTS_PROTOS_H

/*
**   $VER: objects_protos.h V1.0
**
**   C prototypes.
**
**   (C) Copyright 1996-1998 DreamWorld Productions.
**       All Rights Reserved.
*/

APTR PullObject(APTR ObjectBase, char *Name);
APTR PullObjectList(APTR ObjectBase, APTR List);

#endif /* CLIB_OBJECTS_PROTOS_H */

