forward declaration of struct state not needed

This commit is contained in:
Andreas Steffen
2007-01-09 22:40:01 +00:00
parent 45a54b8574
commit d254229e88
-2
View 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 */