home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / include / Xm / ScoColor.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-30  |  999 b   |  25 lines

  1.  
  2.  
  3. /*-------------------------------------------------------------------------
  4.   Copyright (c) 1992                   The Santa Cruz Operation, Inc.
  5.   -------------------------------------------------------------------------
  6.   All rights reserved.  No part of this  program or publication may be
  7.   reproduced, transmitted, transcribed, stored  in a retrieval system,
  8.   or translated into any language or computer language, in any form or
  9.   by any  means,  electronic, mechanical, magnetic, optical, chemical,
  10.   biological, or otherwise, without the  prior written  permission of:
  11.  
  12.            The Santa Cruz Operation, Inc.  (408) 425-7222
  13.            400 Encinal St, Santa Cruz, CA  95060 USA
  14.   -------------------------------------------------------------------------
  15.   -----------------------------------------------------------------------*/
  16.  
  17. #ifndef _SCOCLIENT_COLOR_H
  18. #define _SCOCLIENT_COLOR_H
  19.  
  20. #include     <Xm/Xm.h>
  21.  
  22. extern void     XScoAddColorProtocolCallbacks(Widget);
  23.  
  24. #endif    /* _SCOCLIENT_COLOR_H */
  25.