From: Tim Kientzle Date: Wed, 1 Jul 2009 06:42:05 +0000 (-0400) Subject: Style fix: declaring a structure tag is really a very straightforward thing. X-Git-Tag: v2.8.0~549 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8318b7c6ebd4e3f5e6dfb1c4b8cf336712285b9f;p=thirdparty%2Flibarchive.git Style fix: declaring a structure tag is really a very straightforward thing. SVN-Revision: 1206 --- diff --git a/tar/bsdtar_cygwin.h b/tar/bsdtar_cygwin.h index dde4c8c91..29acf44ed 100644 --- a/tar/bsdtar_cygwin.h +++ b/tar/bsdtar_cygwin.h @@ -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