8 lines
184 B
Scheme
8 lines
184 B
Scheme
|
(define-interface tmail-interface
|
||
|
(export
|
||
|
run-daemon-child))
|
||
|
|
||
|
(define-structure tmail
|
||
|
tmail-interface
|
||
|
(open scheme)
|
||
|
(files tdaemon trecords tclient tserver tforks tmailbox))
|