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:
@@ -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},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user