X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffilename.h;h=3da1374d956304f611e064a7620d516afccf88c1;hb=b9799cdd10b30ea96d9178b7a0d48504d052228c;hp=499e693bc42ce370b02fb2dbcbbfe6dbfaa93795;hpb=4944c86a9318bc5b5578ab145a95c116ffd2c9fd;p=pspp-builds.git diff --git a/src/filename.h b/src/filename.h index 499e693b..3da1374d 100644 --- a/src/filename.h +++ b/src/filename.h @@ -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 @@ -48,6 +48,11 @@ 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); + +struct file_identity *fn_get_identity (const char *filename); +void fn_free_identity (struct file_identity *); +int fn_compare_file_identities (const struct file_identity *, + const struct file_identity *); /* Extended file routines. */ struct file_ext;