From 858a717796d7aa48fe9b22a6b035fec9edbb5a2a Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 26 May 1999 14:37:07 +0000 Subject: Change format of passwords (less ;'s) and fix password.h to allow multiple inclusions. --- nest/password.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nest/password.h') diff --git a/nest/password.h b/nest/password.h index db2a8bf..b457495 100644 --- a/nest/password.h +++ b/nest/password.h @@ -6,6 +6,8 @@ * Can be freely distributed and used under the terms of the GNU GPL. */ +#ifndef PASSWORD_H +#define PASSWORD_H struct password_item { struct password_item *next; char *password; @@ -14,3 +16,4 @@ struct password_item { }; extern struct password_item *last_password_item; +#endif -- cgit v1.2.3