]> git.pond.sub.org Git - empserver/blobdiff - include/tel.h
client: Make get_password() not echo with POSIX && !HAVE_GETPASS
[empserver] / include / tel.h
index 497edb3c6da12e1fe4a74a8799fa0d541e7e7d78..a75869414b46284c50d80f8c6b0ced6d5651e35b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2011, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2020, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -56,6 +56,7 @@ struct telstr {
 };
 
 extern char *mailbox(char *buf, natid cn);
+extern int mailbox_create(char *);
 extern int tel_read_header(FILE *, char *, struct telstr *);
 extern int tel_read_body(FILE *, char *, struct telstr *,
                         int (*sink)(char *, size_t, void *),