]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Style fix: declaring a structure tag is really a very straightforward thing.
authorTim Kientzle <kientzle@gmail.com>
Wed, 1 Jul 2009 06:42:05 +0000 (02:42 -0400)
committerTim Kientzle <kientzle@gmail.com>
Wed, 1 Jul 2009 06:42:05 +0000 (02:42 -0400)
SVN-Revision: 1206

tar/bsdtar_cygwin.h

index dde4c8c917112d6b047217d1fd98c164cbcfe58c..29acf44ed539551dc2391967da31078c59e40708 100644 (file)
@@ -32,9 +32,7 @@
 extern "C" {
 #endif
 
-/* a foward declaration, of sorts */
-typedef struct bsdtar * struct_bsdtar_p;
-
+struct bsdtar;
 extern int     bsdtar_is_privileged(struct bsdtar *bsdtar);
 
 #ifdef __cplusplus