Add experimental UIDL support in popper.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@824 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1996-10-02 19:55:18 +00:00
parent 4a57937249
commit d8d5b71961
5 changed files with 130 additions and 3 deletions

View File

@@ -34,6 +34,9 @@ static state_table states[] = {
trans, "last", 0, 0, pop_last, {trans, trans},
trans, "xtnd", 1, 99, pop_xtnd, {trans, trans},
trans, "quit", 0, 0, pop_updt, {halt, halt},
#ifdef UIDL
trans, "uidl", 0, 1, pop_uidl, {trans, trans},
#endif
(state) 0, NULL, 0, 0, NULL, {halt, halt},
};