Fix Linux rpc problems with new glibc
[oweals/cde.git] / cde / programs / dtcreate / fileio.h
index 9e3f68d9d826d8b25d95a610272120b4da9dccd6..de661711cf4c654d1f339fb72a659988eeb4b977 100644 (file)
@@ -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
  */
 /*                                                                         */
 /***************************************************************************/
 
-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 */