mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
1a2ded450e
do nothing more advanced for them
13 lines
259 B
C
13 lines
259 B
C
/*
|
|
* 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;
|