* Makefile.am: Added modules.c, modules.x, modules.h.
[bpt/guile.git] / libguile / filesys.h
index f6f6fba..2a662ae 100644 (file)
@@ -2,7 +2,7 @@
 
 #ifndef FILESYSH
 #define FILESYSH
-/*     Copyright (C) 1995,1997 Free Software Foundation, Inc.
+/*     Copyright (C) 1995,1997,1998 Free Software Foundation, Inc.
  * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -81,6 +81,9 @@ extern SCM scm_symlink SCM_P ((SCM oldpath, SCM newpath));
 extern SCM scm_readlink SCM_P ((SCM path));
 extern SCM scm_lstat SCM_P ((SCM str));
 extern SCM scm_copy_file SCM_P ((SCM oldfile, SCM newfile));
+extern SCM scm_dirname SCM_P ((SCM filename));
+extern SCM scm_basename SCM_P ((SCM filename, SCM suffix));
+
 extern void scm_init_filesys SCM_P ((void));
 
 #endif  /* FILESYSH */