summaryrefslogtreecommitdiffstats
path: root/nest/password.c
diff options
context:
space:
mode:
Diffstat (limited to 'nest/password.c')
-rw-r--r--nest/password.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/nest/password.c b/nest/password.c
new file mode 100644
index 0000000..ff084b4
--- /dev/null
+++ b/nest/password.c
@@ -0,0 +1,12 @@
+/*
+ * BIRD -- Password handling
+ *
+ * Copyright 1999 Pavel Machek <pavel@ucw.cz>
+ *
+ * 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;