Correcting and adding headers for future testing purposes.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/*
|
||||
FILENAME : pam_panic_pw.c
|
||||
DESCRIPTION : Generates and saves password for pam_panic
|
||||
AUTHOR : Bandie
|
||||
AUTHOR : Bandie, some Author of the glibc manpage
|
||||
DATE : 2018-03-27T02:34:08+02:00
|
||||
LICENSE : GNU-GPLv3
|
||||
*/
|
||||
|
9
src/pam_panic_pw/pam_panic_pw.h
Normal file
9
src/pam_panic_pw/pam_panic_pw.h
Normal file
@ -0,0 +1,9 @@
|
||||
/*
|
||||
FILENAME : pam_panic_pw.h
|
||||
AUTHOR : Bandie
|
||||
DATE : 2018-03-27T02:34:08+02:00
|
||||
LICENSE : GNU-GPLv3
|
||||
*/
|
||||
|
||||
int writePassword(char pw[][99]);
|
||||
int main();
|
Reference in New Issue
Block a user