Remove XTND, and XTND XMIT. Rename XTND XOVER to XOVER.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1779 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-05-25 18:50:57 +00:00
parent e40377974e
commit b4f396648e
6 changed files with 7 additions and 180 deletions

View File

@@ -288,8 +288,6 @@ int pop_send(POP *p);
int pop_stat(POP *p);
int pop_updt(POP *p);
int pop_user(POP *p);
int pop_xmit(POP *p);
int pop_xtnd(POP *p);
#ifdef UIDL
int pop_uidl(POP *p);
#endif
@@ -299,7 +297,6 @@ int pop_xover(POP *p);
int pop_help(POP *p);
state_table *pop_get_command(POP *p, char *mp);
void pop_lower(char *buf);
xtnd_table *pop_get_subcommand(POP *p);
int pop_log(POP *p, int stat, char *format, ...)
#ifdef __GNUC__