Remove unused function fn_is_special
[pspp] / src / data / file-name.h
index 8e04d36a926dffb80618b236f60cf7e4309d802b..4ce24e8f24fd45295f1d7f82b27f7fc907c14d51 100644 (file)
@@ -28,7 +28,6 @@ char *fn_dir_name (const char *fn);
 char *fn_extension (const char *fn);
 
 bool fn_is_absolute (const char *fn);
-bool fn_is_special (const char *fn);
 bool fn_exists (const char *fn);
 
 const char *fn_getenv (const char *variable);
@@ -37,8 +36,6 @@ const char *fn_getenv_default (const char *variable, const char *def);
 FILE *fn_open (const char *fn, const char *mode);
 int fn_close (const char *fn, FILE *file);
 
-FILE *create_stream (const char *fn, const char *mode, mode_t permissions);
-
 struct file_identity *fn_get_identity (const char *file_name);
 void fn_free_identity (struct file_identity *);
 int fn_compare_file_identities (const struct file_identity *,