]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
forward declaration of struct state not needed
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 9 Jan 2007 22:40:01 +0000 (22:40 -0000)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 9 Jan 2007 22:40:01 +0000 (22:40 -0000)
src/pluto/keys.h

index d1442ce56406a27294dd4608c561871fe0514aa7..415bdc3c13e78be2b785f7f92b4b06cac2e10d56 100644 (file)
@@ -31,8 +31,6 @@ const char *shared_secrets_file;
 extern void load_preshared_secrets(int whackfd);
 extern void free_preshared_secrets(void);
 
-struct state;  /* forward declaration */
-
 enum PrivateKeyKind {
     PPK_PSK,
  /* PPK_DSS, */        /* not implemented */