added some PC-files

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@862 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-10-20 02:22:10 +00:00
parent 9931d3dc3e
commit bdbec4b978
8 changed files with 1782 additions and 0 deletions

11
lib/des/passwd_dlg.h Normal file
View File

@@ -0,0 +1,11 @@
/* passwd_dlg.h - Dialog boxes for Windows95/NT
* Author: J<>rgen Karlsson - d93-jka@nada.kth.se
* Date: June 1996
*/
#ifndef PASSWD_DLG_H
#define PASSWD_DLG_H
int pwd_dialog(char *buf, int size);
#endif /* PASSWD_DLG_H */