Add forgotten structure for surflets/my-sessions
This commit is contained in:
parent
dcce51cc3f
commit
3511a9bffc
|
@ -401,6 +401,17 @@
|
||||||
surflets/sxml
|
surflets/sxml
|
||||||
surflets/surflet-sxml))
|
surflets/surflet-sxml))
|
||||||
|
|
||||||
|
;; SUrflets librarary for advanced users: access to session and
|
||||||
|
;; continuations and stuff.
|
||||||
|
(define-structure surflets/my-sessions surflets/my-sessions-interface
|
||||||
|
(open surflets/ids
|
||||||
|
surflets/continuations
|
||||||
|
surflets/session-data
|
||||||
|
surflet-handler/surflets
|
||||||
|
surflets/sessions
|
||||||
|
surflet-handler/options))
|
||||||
|
|
||||||
|
|
||||||
;; Shift-Reset
|
;; Shift-Reset
|
||||||
(define-structure shift-reset shift-reset-interface
|
(define-structure shift-reset shift-reset-interface
|
||||||
(open scheme
|
(open scheme
|
||||||
|
|
Loading…
Reference in New Issue