From 1a2ded450ecfbb8ccb7f459d7265fc5333d13420 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 26 May 1999 14:24:57 +0000 Subject: Skeleton for password handling, currently I only build structures and do nothing more advanced for them --- nest/password.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nest/password.c (limited to 'nest/password.c') diff --git a/nest/password.c b/nest/password.c new file mode 100644 index 00000000..ff084b41 --- /dev/null +++ b/nest/password.c @@ -0,0 +1,12 @@ +/* + * BIRD -- Password handling + * + * Copyright 1999 Pavel Machek + * + * Can be freely distributed and used under the terms of the GNU GPL. + */ + +#include "nest/bird.h" +#include "nest/password.h" + +struct password_item *last_password_item = NULL; -- cgit v1.2.3