blob: ff084b4120649b629623ad8dedd2813a86cef8e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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;
|