X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cfbe03c9c3ffecd6363dcc63e6fc27b8c6ed70aa..cf471cab8277f4cc2c19bce417356badf9e2ca49:/src/xpm/rdftodat.c diff --git a/src/xpm/rdftodat.c b/src/xpm/rdftodat.c index 28c81ae688..4bb28fce2d 100644 --- a/src/xpm/rdftodat.c +++ b/src/xpm/rdftodat.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1989-94 GROUPE BULL + * Copyright (C) 1989-95 GROUPE BULL * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -24,7 +24,7 @@ */ /*****************************************************************************\ -* XpmRdFToData.c: * +* RdFToDat.c: * * * * XPM library * * Parse an XPM file and create an array of strings corresponding to it. * @@ -32,10 +32,12 @@ * Developed by Dan Greening dgreen@cs.ucla.edu / dgreen@sti.com * \*****************************************************************************/ -#include "xpm34p.h" +#include "XpmI.h" int -XpmReadFileToData(char *filename, char ***data_return) +XpmReadFileToData(filename, data_return) + char *filename; + char ***data_return; { XpmImage image; XpmInfo info;