X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cde%2Fprograms%2Fdtstyle%2FHelpCB.c;h=98acd8ee70cd24e2ff713230ee35c814e661a62b;hb=a6cdaa885044b935add17175b80ec2806e682936;hp=83b371eb69dc687586080d1303d8c74d84d16aa7;hpb=83b6996daa2c5ae22fc2b69093814cb08314954a;p=oweals%2Fcde.git diff --git a/cde/programs/dtstyle/HelpCB.c b/cde/programs/dtstyle/HelpCB.c index 83b371eb..98acd8ee 100644 --- a/cde/programs/dtstyle/HelpCB.c +++ b/cde/programs/dtstyle/HelpCB.c @@ -1,3 +1,25 @@ +/* + * CDE - Common Desktop Environment + * + * Copyright (c) 1993-2012, The Open Group. All rights reserved. + * + * These libraries and programs are free software; you can + * redistribute them and/or modify them under the terms of the GNU + * Lesser General Public License as published by the Free Software + * Foundation; either version 2 of the License, or (at your option) + * any later version. + * + * These libraries and programs are distributed in the hope that + * they will be useful, but WITHOUT ANY WARRANTY; without even the + * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU Lesser General Public License for more + * details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with these libraries and programs; if not, write + * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth + * Floor, Boston, MA 02110-1301 USA + */ /* $XConsortium: HelpCB.c /main/5 1996/03/25 00:51:28 pascale $ */ /* **************************************************************************** @@ -32,9 +54,9 @@ HelpRequestCB( caddr_t call_data ) { char *helpVolume, *locationId; - int topic; + intptr_t topic; - topic = (int) client_data; + topic = (intptr_t) client_data; helpVolume = HELP_VOLUME; switch (topic)