X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cde%2Fprograms%2Fdtcreate%2Ffileio.h;h=de661711cf4c654d1f339fb72a659988eeb4b977;hb=07f272122d467e819536e1c6d20eadbfd040167a;hp=9e3f68d9d826d8b25d95a610272120b4da9dccd6;hpb=c884521619ded86baea5e0a74c8d0d2234c232fe;p=oweals%2Fcde.git diff --git a/cde/programs/dtcreate/fileio.h b/cde/programs/dtcreate/fileio.h index 9e3f68d9..de661711 100644 --- a/cde/programs/dtcreate/fileio.h +++ b/cde/programs/dtcreate/fileio.h @@ -16,7 +16,7 @@ * details. * * You should have received a copy of the GNU Lesser General Public - * License along with these librararies and programs; if not, write + * 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 */ @@ -44,14 +44,14 @@ /* */ /***************************************************************************/ -ushort WriteDefinitionFile(char *, ActionData *); -ushort WriteActionFile(ActionData *); -Boolean check_file_exists(char *); -int OpenDefinitionFile(char *, ActionData *); -ushort CopyIconFiles(ActionData *); -char * CreateIconName(char *, char *, enum icon_size_range, char *, Boolean); -Boolean ActionHasIcon (void); -Boolean FiletypeHasIcon (FiletypeData *); +extern ushort WriteDefinitionFile(char *, ActionData *); +extern ushort WriteActionFile(ActionData *); +extern Boolean check_file_exists(char *); +extern int OpenDefinitionFile(char *, ActionData *); +extern ushort CopyIconFiles(ActionData *); +extern char * CreateIconName(char *, char *, enum icon_size_range, char *, Boolean); +extern Boolean ActionHasIcon (void); +extern Boolean FiletypeHasIcon (FiletypeData *); #endif /* _FILEIO_H_INCLUDED */