X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fmake-file.h;h=3861f35109af866978b5938d0bbc34389e6c059b;hb=d8fdf0b4fa919e48397b438e9453d6b82215ff51;hp=19d33ebe76bfc070b0f28aed4c11bc61c89b7111;hpb=707848060e414fe93458834446dd7cdbf800667f;p=pspp-builds.git diff --git a/src/data/make-file.h b/src/data/make-file.h index 19d33ebe..3861f351 100644 --- a/src/data/make-file.h +++ b/src/data/make-file.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2010 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 @@ -14,21 +14,12 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef MKFILE_H -#define MKFILE_H - - -/* Creates a temporary file and stores its name in *FILE_NAME and - a file descriptor for it in *FD. Returns success. Caller is - responsible for freeing *FILE_NAME. */ -int make_temp_file (int *fd, char **file_name); - - -/* Creates a temporary file and stores its name in *FILE_NAME and - a file stream for it in *FP. Returns success. Caller is - responsible for freeing *FILE_NAME. */ -int make_unique_file_stream (FILE **fp, char **file_name) ; +#ifndef MAKE_FILE_H +#define MAKE_FILE_H +#include +#include +#include /* Prepares to atomically replace a (potentially) existing file by a new file, by creating a temporary file with the given