/* @(#)Copyright (c), 1987, 1993 StatSci, Inc.  All rights reserved. */

#ifndef _S_XS11_H_ /*(*/
#define _S_XS11_H_

#include <sccs.h>
SCCS_ID_C(0009,@(#)XS11.h 3.5 last edit 6/30/93 StatSci)

/* Force relocation of override routines. */
#ifdef XMU_BITMAP_OVERRIDES
extern Pixmap XmuLocateBitmapFile ();
static Pixmap (*XS11_XmuLocateBitmapFile)() = XmuLocateBitmapFile;
#endif

/* Traverse the widget tree...source is $SL/utils/x11/WTree.c */
extern void WidgetTree (/* Widget w, int l, void (*cb)() */);

#endif /* not _S_XS11_H_ )*/
