X-Git-Url: https://git.distorted.org.uk/~mdw/xtoys/blobdiff_plain/90b2c5d453c6e561a00913baa7aa8b9c213f0173..47747dbe04f28a3f2d4748780a088f8309fc2990:/xwait.h diff --git a/xwait.h b/xwait.h index f55e6d7..b3e94ac 100644 --- a/xwait.h +++ b/xwait.h @@ -1,8 +1,47 @@ +/* -*-c-*- + * + * $Id: xwait.h,v 1.3 2004/04/08 01:36:29 mdw Exp $ + * + * Common definitions for the `xwait' kit + * + * (c) 1998 Straylight/Edgeware + */ + +/*----- Licensing notice --------------------------------------------------* + * + * This file is part of the Edgeware X tools collection. + * + * X tools is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * X tools is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with X tools; if not, write to the Free Software Foundation, + * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + #ifndef XWAIT_H #define XWAIT_H +#ifdef __cplusplus + extern "C" { +#endif + +/*----- Macros ------------------------------------------------------------*/ #define XWAIT_DIE "XWAIT_PROPERTY" #define XWAIT_DIE_MSG "XWAIT_MESSAGE" +/*----- That's all, folks -------------------------------------------------*/ + +#ifdef __cplusplus + } +#endif + #endif