Differences From Artifact [732bd78865]:
- File client.scm — part of check-in [444956dd03] at 2023-02-12 16:39:47 on branch v1.80-tcp-inmem — wip (user: matt, size: 7094) [annotate] [blame] [check-ins using] [more...]
To Artifact [cc83111095]:
- File client.scm — part of check-in [5cb7bf9076] at 2023-02-23 08:46:55 on branch v1.80 — configf ext-tests fixed. (user: matt, size: 7140) [annotate] [blame] [check-ins using]
︙ | |||
25 26 27 28 29 30 31 32 33 34 35 36 37 38 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | + + | spiffy-request-vars uri-common intarweb directory-utils) (declare (unit client)) (declare (uses common)) (declare (uses db)) (declare (uses tasks)) ;; tasks are where stuff is maintained about what is running. (declare (uses commonmod)) (import commonmod) (module client * ) (import client) |
︙ |