#ifndef CLIB_DRAG_PROTOS_H
#define CLIB_DRAG_PROTOS_H

/* $VER: drag_protos.h 40.1 (16.7.96)
*/

APTR CreateDContext(struct Screen *scr);
void DeleteDContext(APTR dcontext);
APTR AddDropWindow(APTR dcontext, ULONG id, ULONG userdata,
                   struct Window *win, struct MsgPort *port);
void RemoveDropWindow(APTR dropwin);
#endif
