Add scratch file handles.
[pspp-builds.git] / src / filename.h
index 9b3f5ab80fa38cce85ade4aa6d7f93491c13b258..46cdd7c532ba82a67815f5fca4dddf9ea3e03db3 100644 (file)
@@ -14,8 +14,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA. */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA. */
 
 #if !filename_h
 #define filename_h 1
@@ -35,6 +35,7 @@ char *fn_prepend_dir (const char *filename, const char *directory);
 char *fn_normalize (const char *fn);
 char *fn_dirname (const char *fn);
 char *fn_basename (const char *fn);
+char *fn_extension (const char *fn);
 
 char *fn_get_cwd (void);