X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fdata%2Fmake-file.h;h=67d0d2160f7df039a9097a2fea6c52180bbfa7da;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=68d6a2b9ed01c68900050985605ccbb35a6627ac;hpb=3f2ed1c5fe6dc692ca00bb18a15e41617fa2d37d;p=pspp diff --git a/src/data/make-file.h b/src/data/make-file.h index 68d6a2b9ed..67d0d2160f 100644 --- a/src/data/make-file.h +++ b/src/data/make-file.h @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 2004 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -24,7 +23,7 @@ /* 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); +int make_temp_file (int *fd, char **file_name); /* Creates a temporary file and stores its name in *FILE_NAME and