Added mblogin program

This commit is contained in:
Michiel Broek
2002-01-02 22:17:58 +00:00
parent 8af5b1c2d1
commit 182f8c6b56
44 changed files with 5686 additions and 224 deletions

9
mbsebbs/loginprompt.h Normal file
View File

@@ -0,0 +1,9 @@
/* $Id$ */
#ifndef _LOGINPROMPT_H
#define _LOGINPROMPT_H
void login_exit(int);
void login_prompt(const char *, char *, int);
#endif