]> Dogcows Code - chaz/tar/blobdiff - src/create.c
*** empty log message ***
[chaz/tar] / src / create.c
index 7398017a066d02c4cc0c9d765248e280bc6586a6..639507c3da1d711a605dca6212af155456836987 100644 (file)
@@ -24,7 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  */
 
 #ifdef _AIX
-#pragma alloca
+ #pragma alloca
 #endif
 #include <sys/types.h>
 #include <stdio.h>
@@ -124,6 +124,7 @@ void to_oct ();
 void dump_file ();
 void write_dir_file ();
 void write_eot ();
+void write_long ();
 int zero_record ();
 
 /* This code moved from tar.h since create.c is the only file that cares
@@ -1435,6 +1436,7 @@ write_eot ()
 }
 
 /* Write a LF_LONGLINK or LF_LONGNAME record. */
+void
 write_long (p, type)
      char *p;
      char type;
This page took 0.019972 seconds and 4 git commands to generate.